]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filepicker.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / gtk / filepicker.h
index cda74e3da1dc304883a60051817ccc6b05b9b13e..f3f6803f710c60a0d3c554f34cdbacf35bfe3e35 100644 (file)
@@ -180,9 +180,6 @@ public:    // used by the GTK callback only
 
     bool m_bIgnoreNextChange;
 
-    void UpdatePath(const char *gtkpath)
-        { m_path = wxString::FromAscii(gtkpath); }
-
     void GTKUpdatePath(const char *gtkpath);
 
 private: