X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a1acb45b0fd4bd7fa4a318f77b912cfccc56931..7010b7bccd3674adaa1b53b371b0dae57d4ba4bf:/include/wx/msw/slidrmsw.h diff --git a/include/wx/msw/slidrmsw.h b/include/wx/msw/slidrmsw.h index d1042cb345..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,9 +107,6 @@ public: int m_pageSize; int m_lineSize; int m_tickFreq; -#if WXWIN_COMPATIBILITY -DECLARE_EVENT_TABLE() -#endif }; #endif