From 141e2c1a49ec1fc08f233224e12028463cf31ef7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 9 Nov 2007 23:15:09 +0000 Subject: [PATCH] removed unused gs_centerDialog variable accidentally introduced by the last change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/filedlg.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/msw/filedlg.cpp b/src/msw/filedlg.cpp index 7aea0ff006..7ed1c81362 100644 --- a/src/msw/filedlg.cpp +++ b/src/msw/filedlg.cpp @@ -68,12 +68,6 @@ // 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 // ============================================================================ -- 2.45.2