X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fabb57533169f2f75367e0d120c762518548890..c606a9a4010b859981b99e4699b61f63f9ba037d:/include/wx/msw/slidrmsw.h diff --git a/include/wx/msw/slidrmsw.h b/include/wx/msw/slidrmsw.h index 9363bd4660..47a8fb2196 100644 --- a/include/wx/msw/slidrmsw.h +++ b/include/wx/msw/slidrmsw.h @@ -92,11 +92,6 @@ public: inline WXHWND GetEditValue() const { return m_staticValue; } virtual bool ContainsHWND(WXHWND hWnd) const; - // Backward compatibility: translate to familiar wxEVT_COMMAND_SLIDER_UPDATED -#if WXWIN_COMPATIBILITY - void OnScroll(wxScrollEvent& event); -#endif - void Command(wxCommandEvent& event); virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, WXUINT message, WXWPARAM wParam, WXLPARAM lParam); @@ -112,7 +107,6 @@ public: int m_pageSize; int m_lineSize; int m_tickFreq; -DECLARE_EVENT_TABLE() }; #endif