]> git.saurik.com Git - wxWidgets.git/commitdiff
moving tlw list up, cleanup
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 21:36:11 +0000 (21:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 21:36:11 +0000 (21:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/toplevel.h

index f1f3f51651f32706f5bd81d559dedc20d4cbf29e..1231f08f0e6368fb9cbff06ce59ae0af0cae9d7d 100644 (file)
@@ -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_