]> git.saurik.com Git - wxWidgets.git/commitdiff
removed extra DECLARE_DYNAMIC_CLASS
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 20 Oct 2001 07:39:52 +0000 (07:39 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 20 Oct 2001 07:39:52 +0000 (07:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/frame.h

index 0f5acaa12bf74ab73ef0207a5ca97b463aa0f41d..7f1c6ff07d13f69b5d92340ec5c13364cde6d02d 100644 (file)
@@ -29,9 +29,6 @@ class WXDLLEXPORT wxStatusBar;
 class WXDLLEXPORT wxMacToolTip ;
 
 class WXDLLEXPORT wxFrame: public wxFrameBase {
-
-  DECLARE_DYNAMIC_CLASS(wxFrame)
-
 public:
     // construction
     wxFrame() { Init(); }