X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f40fdaa339e19bbdf60c9c065c82daae4ca77b36..e5ecf1fc2409dd724a99b7833a7c6240f7bb257a:/include/wx/gtk/control.h?ds=sidebyside

diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h
index 417ad2083f..0dd1153df7 100644
--- a/include/wx/gtk/control.h
+++ b/include/wx/gtk/control.h
@@ -52,15 +52,10 @@ public:
     // char (the one immediately after '&') into m_chAccel (TODO not yet)
     virtual void SetLabel( const wxString &label );
     virtual wxString GetLabel() const;
-
+    
     virtual wxVisualAttributes GetDefaultAttributes() const;
 
 protected:
-    virtual void ApplyWidgetStyle();
-    // helper function to ease native widgets wrapping, called by 
-    // ApplyWidgetStyle -- override this, not ApplyWidgetStyle
-    virtual void DoApplyWidgetStyle(GtkRcStyle *style);
-
     virtual wxSize DoGetBestSize() const;
     void PostCreation(const wxSize& size);