]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
added wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong in configure by default
[wxWidgets.git] / include / wx / msw / gauge95.h
index 0bab3e716331fd4e18493598dc6e4178b533cc91..11e77bc685ed38c994afed7716ecd0685abbd619 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