]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Misc small changes
[wxWidgets.git] / include / wx / tbarbase.h
index 3aa02843b5023ef898506daad0c44106d327d559..97ff12eafb07377ca84904341def2dac0ed9b959 100644 (file)
@@ -208,11 +208,6 @@ class WXDLLEXPORT wxToolBarBase : public wxControl
   void OnSize(wxSizeEvent& event);
   void OnIdle(wxIdleEvent& event);
 
-  // Required to force normal cursor-setting behaviour in Windows
-#ifdef __WXMSW__
-  virtual void MSWOnMouseMove(int x, int y, WXUINT flags);
-#endif
-
  protected:
   wxList                m_tools;
 //  int                   m_tilingDirection;