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
This commit is contained in:
Vadim Zeitlin
2007-07-21 21:36:30 +00:00
parent 6991087b08
commit 313d9977bb

View File

@@ -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) );