From 313d9977bb5f3089c44f3784b4143e3ac80d8411 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 21 Jul 2007 21:36:30 +0000 Subject: [PATCH] removed unused variable left after the last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47627 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 33821bda1a..846948571b 100644 --- a/src/gtk/dirdlg.cpp +++ b/src/gtk/dirdlg.cpp @@ -108,7 +108,6 @@ wxDirDialog::wxDirDialog(wxWindow* parent, const wxString& title, return; } - GtkFileChooserAction gtk_action; GtkWindow* gtk_parent = NULL; if (parent) gtk_parent = GTK_WINDOW( gtk_widget_get_toplevel(parent->m_widget) ); -- 2.47.2