X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bee5ffba48de20b40ae30d479bfe9e4fb12efb4..96eb51bbf765e214dde5925df475f8e234c142f4:/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;