]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/animate.h
removing outdated code
[wxWidgets.git] / include / wx / gtk / animate.h
index 8a568a70570c868b45b0d219105a9f061c9f722b..20ff1d4edda3a54761da98223fa2bd2b22e64e95 100644 (file)
@@ -95,8 +95,6 @@ public:
         Create(parent, id, anim, pos, size, style, name);
     }
 
-    void Init();
-
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxAnimation& anim = wxNullAnimation,
                 const wxPoint& pos = wxDefaultPosition,
@@ -146,6 +144,9 @@ protected:      // internal vars
 
 private:
     typedef wxAnimationCtrlBase base_type;
+
+    void Init();
+
     DECLARE_DYNAMIC_CLASS(wxAnimationCtrl)
     DECLARE_EVENT_TABLE()
 };