From 7940e70f510370840865dd9c6496890fe755a65c Mon Sep 17 00:00:00 2001 From: Mariano Reingart Date: Mon, 29 Sep 2014 03:49:29 +0000 Subject: [PATCH] Remove unused event table in wxQT, thanks @seandepagnier git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/qt/window.h | 1 - src/qt/window.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/include/wx/qt/window.h b/include/wx/qt/window.h index 78bcabe79a..300274003f 100644 --- a/include/wx/qt/window.h +++ b/include/wx/qt/window.h @@ -210,7 +210,6 @@ private: bool m_processingShortcut; #endif // wxUSE_ACCEL - wxDECLARE_EVENT_TABLE(); wxDECLARE_DYNAMIC_CLASS_NO_COPY( wxWindowQt ); }; diff --git a/src/qt/window.cpp b/src/qt/window.cpp index 6ffaadb1ec..8ba5a764e5 100644 --- a/src/qt/window.cpp +++ b/src/qt/window.cpp @@ -81,9 +81,6 @@ void wxQtShortcutHandler::activated() //############################################################################## -wxBEGIN_EVENT_TABLE( wxWindow, wxWindowBase ) -wxEND_EVENT_TABLE() - // We use the QObject property capabilities to store the wxWindow pointer, so we // don't need to use a separate lookup table. We also want to use it in the proper