Forgot to commit file for giving a GTK specific methid the prefix GTK
authorRobert Roebling <robert@roebling.de>
Fri, 13 Feb 2009 09:33:15 +0000 (09:33 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 13 Feb 2009 09:33:15 +0000 (09:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/filepicker.h

index cda74e3da1dc304883a60051817ccc6b05b9b13e..f3f6803f710c60a0d3c554f34cdbacf35bfe3e35 100644 (file)
@@ -180,9 +180,6 @@ public:    // used by the GTK callback only
 
     bool m_bIgnoreNextChange;
 
 
     bool m_bIgnoreNextChange;
 
-    void UpdatePath(const char *gtkpath)
-        { m_path = wxString::FromAscii(gtkpath); }
-
     void GTKUpdatePath(const char *gtkpath);
 
 private:
     void GTKUpdatePath(const char *gtkpath);
 
 private: