]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/filepickerg.h
removing outdated code
[wxWidgets.git] / include / wx / generic / filepickerg.h
index 203bd6e682af944e7652d7009bac6c422177c37c..9e18e495a2b2a02a7d973ff5a60b5104bc2b06ad 100644 (file)
@@ -156,10 +156,6 @@ protected:
     void UpdatePathFromDialog(wxDialog *p)
         { m_path = wxStaticCast(p, wxFileDialog)->GetPath(); }
 
     void UpdatePathFromDialog(wxDialog *p)
         { m_path = wxStaticCast(p, wxFileDialog)->GetPath(); }
 
-    // Set the initial directory for the dialog but without overriding the
-    // directory of the currently selected file, if any.
-    void DoSetInitialDirectory(wxFileDialog* dialog, const wxString& dir);
-
 private:
     DECLARE_DYNAMIC_CLASS(wxGenericFileButton)
 };
 private:
     DECLARE_DYNAMIC_CLASS(wxGenericFileButton)
 };