From: Stefan Neis Date: Thu, 24 Aug 2006 07:36:37 +0000 (+0000) Subject: Removed no longer needed "DECLARE_EVENT_TABLE()" completing the previous change. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/27875fd02150e5d73253e1630d7dd9f729f3ac78 Removed no longer needed "DECLARE_EVENT_TABLE()" completing the previous change. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/dialog.h b/include/wx/os2/dialog.h index 0cd47eb0c2..7c34ac3480 100644 --- a/include/wx/os2/dialog.h +++ b/include/wx/os2/dialog.h @@ -122,7 +122,6 @@ private: class wxWindowDisabler* m_pWindowDisabler; DECLARE_DYNAMIC_CLASS(wxDialog) - DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxDialog) }; // end of CLASS wxDialog