]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/dialog.cpp
Back to previous call with -1 replacement.
[wxWidgets.git] / src / mac / classic / dialog.cpp
index 669c65e7139e5f113ba0784b5a2e30925b1c51de..198acc1f4cdc8242071989951fd42161438a23c9 100644 (file)
     #include "wx/app.h"
     #include "wx/utils.h"
     #include "wx/frame.h"
+    #include "wx/settings.h"
 #endif // WX_PRECOMP
 
-#include "wx/settings.h"
-
 #include "wx/mac/uma.h"
 
 // Lists to keep track of windows, so we can disable/enable them
 // for modal dialogs
 wxList wxModalDialogs;
-//wxList wxModelessWindows;  // Frames and modeless dialogs
-extern wxList wxPendingDelete;
 
 IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)