]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gaugemsw.h
wxWindow::GetBestSize() added
[wxWidgets.git] / include / wx / msw / gaugemsw.h
index 60e2fc1702b7b6fbc366db815c2a5fd886a556be..7f0a1f39f3881939ceb22255b7c774583a901a63 100644 (file)
@@ -70,10 +70,6 @@ public:
 protected:
     int      m_rangeMax;
     int      m_gaugePos;
-
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
 };
 
 #endif