]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/window.h
compilation fixes
[wxWidgets.git] / include / wx / os2 / window.h
index 96c4c084691e2dd741e1d12c8e868ab9fe055434..3688662527630fb67d9dec7e6ec385414b665511 100644 (file)
@@ -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