]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed non-implemented function prototype OnMouseWheel() from wxVListBoxComboPopup
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 20 Dec 2010 14:54:04 +0000 (14:54 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 20 Dec 2010 14:54:04 +0000 (14:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/odcombo.h

index 73a954c250e8ff6fa8c4ef3eb4f2ae6835f31d48..4879c2bbfc217fb627abf855a2f03cc7074c347a 100644 (file)
@@ -165,7 +165,6 @@ protected:
     // filter mouse move events happening outside the list box
     // move selection with cursor
     void OnMouseMove(wxMouseEvent& event);
-    void OnMouseWheel(wxMouseEvent& event);
     void OnKey(wxKeyEvent& event);
     void OnChar(wxKeyEvent& event);
     void OnLeftClick(wxMouseEvent& event);