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
This commit is contained in:
Stefan Neis 2006-08-24 07:36:37 +00:00
parent a7cfe08aff
commit 27875fd021

View 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