From: Jaakko Salli Date: Mon, 20 Dec 2010 14:54:04 +0000 (+0000) Subject: Removed non-implemented function prototype OnMouseWheel() from wxVListBoxComboPopup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a7f4671403c708d4d7198fb72cefb2de0aba3ab Removed non-implemented function prototype OnMouseWheel() from wxVListBoxComboPopup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/odcombo.h b/include/wx/odcombo.h index 73a954c250..4879c2bbfc 100644 --- a/include/wx/odcombo.h +++ b/include/wx/odcombo.h @@ -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);