]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sizer.cpp
adding reminder of a few ideas about new ALIASES
[wxWidgets.git] / src / common / sizer.cpp
index 38753c75446a6aeb495e744df27277ac3ee51611..cc81970cb5cd30cd72b5fad11b4ea495f24d368a 100644 (file)
@@ -940,16 +940,6 @@ void wxSizer::SetVirtualSizeHints( wxWindow *window )
 }
 #endif // WXWIN_COMPATIBILITY_2_8
 
-wxSize wxSizer::GetMaxWindowSize( wxWindow *window ) const
-{
-    return window->GetMaxSize();
-}
-
-wxSize wxSizer::GetMinWindowSize( wxWindow *window )
-{
-    return window->ClientToWindowSize(GetMinSize());
-}
-
 // TODO on mac we need a function that determines how much free space this
 // min size contains, in order to make sure that we have 20 pixels of free
 // space around the controls