]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/slider.h
Solved problem with wxhInstance name being mangled by MSVC; wxGetInstance is now...
[wxWidgets.git] / include / wx / os2 / slider.h
index 4df175c6a5c8bacdb74ec5436114ed499abe43a9..239e914e5cedb657ef56e3cfd4dbc19d035d2046 100644 (file)
@@ -85,8 +85,6 @@ public:
   int           m_lineSize;
   int           m_tickFreq;
 DECLARE_EVENT_TABLE()
-private:
-  void SetSize(int width, int height) {wxWindow::SetSize(width, height);}
 };
 
 #endif