]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
wxChoice/wxComboBox background colour change (to get back to where we were);
[wxWidgets.git] / src / os2 / window.cpp
index ebb2c611d22734c65e1ab149b401361727497cfd..8d2385f4d1cf0d9a585064c31b1035c1d19ec072 100644 (file)
@@ -814,12 +814,6 @@ void wxWindow::DoSetSize(int x, int y,
     // TODO:
 }
 
-// for a generic window there is no natural best size - just use the current one
-wxSize wxWindow::DoGetBestSize()
-{
-    return GetSize();
-}
-
 void wxWindow::DoSetClientSize(int width, int height)
 {
     // TODO: