]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
this should be the file with the standard setting for wxWin compilation
[wxWidgets.git] / include / wx / msw / slider95.h
index d5adce947db1e4861e1406d8deb8f1b22e1eea36..612c5f5044dc28e5b9b89ce60935a7388502d72d 100644 (file)
@@ -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