]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed no longer needed "DECLARE_EVENT_TABLE()" completing the previous change.
authorStefan Neis <Stefan.Neis@t-online.de>
Thu, 24 Aug 2006 07:36:37 +0000 (07:36 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Thu, 24 Aug 2006 07:36:37 +0000 (07:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/dialog.h

index 0cd47eb0c25ca4c82e6e6960408d83ce10e5b7ad..7c34ac348002e3384024afd7558c67bf81d41760 100644 (file)
@@ -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