X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bee5ffba48de20b40ae30d479bfe9e4fb12efb4..1a6255e6645bfea2c30b8a65915aa2a3479f84af:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 2a78343eb8..45f330d943 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -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;