From ba92f56af9bc9045b0ee59ec3c6aa80a713cf8b0 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/branches/WX_2_8_BRANCH@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 c90ba4a3ee..d7c2d13dab 100644 --- a/src/gtk/dirdlg.cpp +++ b/src/gtk/dirdlg.cpp @@ -109,7 +109,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) );