From: Stefan Csomor Date: Tue, 25 Mar 2008 21:36:11 +0000 (+0000) Subject: moving tlw list up, cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5df8beb1d95030c94f678458fc1980049f537992 moving tlw list up, cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index f1f3f51651..1231f08f0e 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -83,7 +83,4 @@ private : DECLARE_EVENT_TABLE() }; -// list of all frames and modeless dialogs -extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows; - #endif // _WX_MSW_TOPLEVEL_H_