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
This commit is contained in:
Mariano Reingart 2014-09-29 03:49:29 +00:00
parent 6a3bdf5f66
commit 7940e70f51
2 changed files with 0 additions and 4 deletions

View File

@ -210,7 +210,6 @@ private:
bool m_processingShortcut;
#endif // wxUSE_ACCEL
wxDECLARE_EVENT_TABLE();
wxDECLARE_DYNAMIC_CLASS_NO_COPY( wxWindowQt );
};

View File

@ -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