]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxHtmlWindow::OnKeyDown
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Jan 2000 00:02:17 +0000 (00:02 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Jan 2000 00:02:17 +0000 (00:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmlwin.h

index 890012dc7bb4e357a59477585bdc06dcce704ca8..73de0e2a994e29f8fb7473c53e30da8204a89373 100644 (file)
@@ -162,7 +162,6 @@ class WXDLLEXPORT wxHtmlWindow : public wxScrolledWindow
         void OnSize(wxSizeEvent& event);
         void OnMouseEvent(wxMouseEvent& event);
         void OnIdle(wxIdleEvent& event);
-        void OnKeyDown(wxKeyEvent& event);
 
         virtual wxHtmlFilter *GetDefaultFilter() {return new wxHtmlFilterPlainText;}
                // returns new filter (will be stored into m_DefaultFilter variable)