]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
Warning fix (instead of silencing int->short with typecast, have the same type intern...
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index 6d2152338a3a1b289e35fe46330cf5c7d68d3934..44f6ba43342cd1866aaaf9f9caa1b205d2a14122 100644 (file)
@@ -82,11 +82,6 @@ public:
     int m_rangeMax,
         m_gaugePos;
 
-    // obsolete functions, don't use
-#if WXWIN_COMPATIBILITY_2_2
-    bool GetProgressBar() const { return true; }
-#endif // WXWIN_COMPATIBILITY_2_2
-
 protected:
     // common part of all ctors
     void Init() { m_rangeMax = m_gaugePos = 0; }