]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
ignore WinCE projects and build directories
[wxWidgets.git] / src / msw / filedlg.cpp
index 7aea0ff0069caf0e332d1029425e23a48bac412c..7ed1c81362c784de7e37f4872445875fca424032 100644 (file)
 // resizeable
 static wxRect gs_rectDialog(0, 0, 428, 266);
 
-// we have no way to retrieve the dialog size before it is shown so calling
-// Centre() before ShowModal() doesn't work correctly (and we can't do it
-// after), hence we set a special flag and recenter the dialog when it's about
-// to be shown
-static bool gs_centerDialog = false;
-
 // ============================================================================
 // implementation
 // ============================================================================