From 34da808e3fafdfab54d364a7dec9efeeecd7e27e Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 13 Feb 2009 09:33:15 +0000 Subject: [PATCH] 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 --- include/wx/gtk/filepicker.h | 3 --- 1 file changed, 3 deletions(-) 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: -- 2.45.2