diff --git a/src/gtk/dirdlg.cpp b/src/gtk/dirdlg.cpp index cd9beb423a..a96299c6f6 100644 --- a/src/gtk/dirdlg.cpp +++ b/src/gtk/dirdlg.cpp @@ -161,7 +161,6 @@ wxDirDialog::wxDirDialog(wxWindow* parent, const wxString& title, wxConvFileName->cWX2MB(defaultPath) ); } else -#endif wxGenericDirDialog::Create(parent, title, defaultPath, style, pos, sz, name); }