From a130bb4e758c8423694265ac29554a1901fa3d27 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 29 May 2006 16:04:23 +0000 Subject: [PATCH] removed spurious #endif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/dirdlg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gtk/dirdlg.cpp b/src/gtk/dirdlg.cpp index cd9beb423a..a96299c6f6 100644 --- a/src/gtk/dirdlg.cpp +++ b/src/gtk/dirdlg.cpp @@ -161,7 +161,6 @@ wxDirDialog::wxDirDialog(wxWindow* parent, const wxString& title, wxConvFileName->cWX2MB(defaultPath) ); } else -#endif wxGenericDirDialog::Create(parent, title, defaultPath, style, pos, sz, name); } -- 2.47.2