X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff3e84ffdc91ee8a52b3ab646e48d44d62de80e1..1fe0a566bbf649efe7cadc21e8ded82458c8bdc6:/src/gtk/dirdlg.cpp 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); }