]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filepicker.h
removing outdated code
[wxWidgets.git] / include / wx / gtk / filepicker.h
index 51ef90f66b7e53544c3f1e4d9cb3f7f27450305d..68a59090e02d4ad9060f3b61bf29db07f082cf4d 100644 (file)
@@ -176,13 +176,6 @@ public:     // overrides
     FILEDIRBTN_OVERRIDES
 
 protected:
-    // common part of all ctors
-    void Init()
-    {
-        m_dialog = NULL;
-        m_bIgnoreNextChange = false;
-    }
-
     wxDialog *m_dialog;
 
 public:    // used by the GTK callback only
@@ -192,6 +185,12 @@ public:    // used by the GTK callback only
     void GTKUpdatePath(const char *gtkpath);
 
 private:
+    void Init()
+    {
+        m_dialog = NULL;
+        m_bIgnoreNextChange = false;
+    }
+
     DECLARE_DYNAMIC_CLASS(wxDirButton)
 };