]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/winuniv.cpp
Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa.
[wxWidgets.git] / src / univ / winuniv.cpp
index 1e6ab4bb99043c0a546bc49e88e34982c51f9912..9ec63e08611a36ceb4dfb0426216e895d349d747 100644 (file)
@@ -718,16 +718,6 @@ void wxWindow::OnSize(wxSizeEvent& event)
 #endif
 }
 
-wxSize wxWindow::DoGetBestSize() const
-{
-    return AdjustSize(DoGetBestClientSize());
-}
-
-wxSize wxWindow::DoGetBestClientSize() const
-{
-    return wxWindowNative::DoGetBestSize();
-}
-
 wxSize wxWindow::DoGetBorderSize() const
 {
     return AdjustSize(wxSize(0, 0));