X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea098413d0e9c3f794f43826137a636e229f26f9..1d5fda5dc6f875a20210cd6d7f6b5b794519bd52:/include/wx/toplevel.h diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 268ecbd4ad..92fcc6b37f 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -252,11 +252,6 @@ public: virtual void SetMinSize(const wxSize& minSize); virtual void SetMaxSize(const wxSize& maxSize); - // set size hints for "window manager" - virtual void DoSetSizeHints( int minW, int minH, - int maxW = wxDefaultCoord, int maxH = wxDefaultCoord, - int incW = wxDefaultCoord, int incH = wxDefaultCoord ); - protected: // the frame client to screen translation should take account of the // toolbar which may shift the origin of the client area