]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
trying to fix dmc warning about potential overload ambiguity
[wxWidgets.git] / include / wx / msw / slider95.h
index 2a78343eb85569e3ac62db30378c343f115ddc3f..45f330d94345a547e403c540e16356e0b79f6705 100644 (file)
@@ -99,9 +99,6 @@ protected:
     // format an integer value as string
     static wxString Format(int n) { return wxString::Format(_T("%d"), n); }
 
-       // Common processing to invert slider values based on wxSL_INVERSE 
-    int MSWInvertOrNot(int value) const; 
-
     // get the boundig box for the slider and possible labels
     wxRect GetBoundingBox() const;