From: Vadim Zeitlin Date: Sat, 21 Jul 2007 21:36:30 +0000 (+0000) Subject: removed unused variable left after the last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/313d9977bb5f3089c44f3784b4143e3ac80d8411 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 --- 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) );