]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/gauge.h
Added missing constant
[wxWidgets.git] / include / wx / os2 / gauge.h
index bac0f982b5009cb64af4ffcf475e9b74b951d3ef..ce19d9ef1fb20d29e9fca2bd29477fc5985d642a 100644 (file)
@@ -63,8 +63,6 @@ class WXDLLEXPORT wxGauge: public wxControl
  protected:
    int      m_rangeMax;
    int      m_gaugePos;
-private:
-  void SetSize(int width, int height) {wxWindow::SetSize(width, height);}
 };
 
 #endif