From 27875fd02150e5d73253e1630d7dd9f729f3ac78 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Thu, 24 Aug 2006 07:36:37 +0000 Subject: [PATCH] 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 --- include/wx/os2/dialog.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2