projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6991087
)
removed unused variable left after the last commit
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 21 Jul 2007 21:36:30 +0000
(21:36 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 21 Jul 2007 21:36:30 +0000
(21:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47627
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/gtk/dirdlg.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/gtk/dirdlg.cpp
b/src/gtk/dirdlg.cpp
index 33821bda1a3858553ca752c9cba4491370b6ba04..846948571b754752aca96672a2348c1c63224af7 100644
(file)
--- 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) );