From: Robert Roebling Date: Fri, 13 Feb 2009 09:33:15 +0000 (+0000) Subject: Forgot to commit file for giving a GTK specific methid the prefix GTK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34da808e3fafdfab54d364a7dec9efeeecd7e27e Forgot to commit file for giving a GTK specific methid the prefix GTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/filepicker.h b/include/wx/gtk/filepicker.h index cda74e3da1..f3f6803f71 100644 --- a/include/wx/gtk/filepicker.h +++ b/include/wx/gtk/filepicker.h @@ -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: