X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/776d87d504387377f87033b2ade9a2da0b819c17..fb2957900c9c38ffa03b4ab2ea6cbcc1e23ecc7d:/include/wx/os2/window.h?ds=sidebyside diff --git a/include/wx/os2/window.h b/include/wx/os2/window.h index 96c4c08469..3688662527 100644 --- a/include/wx/os2/window.h +++ b/include/wx/os2/window.h @@ -524,10 +524,6 @@ protected: ,int nHeight ); - // get the size which best suits the window: e.g., for a static text it - // will be the width and height of the text - virtual wxSize DoGetBestSize(void); - // move the window to the specified location and resize it: this is called // from both DoSetSize() and DoSetClientSize() and would usually just call // ::MoveWindow() except for composite controls which will want to arrange