From: Václav Slavík Date: Thu, 27 Jan 2000 00:02:17 +0000 (+0000) Subject: removed wxHtmlWindow::OnKeyDown X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/69626ba9285b04f8206b213c9ca1eb2d9d7d55c1?ds=sidebyside removed wxHtmlWindow::OnKeyDown git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 890012dc7b..73de0e2a99 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -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)