]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbox.cpp
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / src / gtk1 / statbox.cpp
index 879e2bc579d1ceaad9741358e4411e8e86f277ff..7c3eb9678ee91cdea241dfb38a7121f90fe2cd64 100644 (file)
@@ -91,12 +91,6 @@ void wxStaticBox::SetLabel( const wxString &label )
                          m_label.empty() ? (char *)NULL : (const char*) wxGTK_CONV( m_label ) );
 }
 
-void wxStaticBox::ApplyWidgetStyle()
-{
-    SetWidgetStyle();
-    gtk_widget_set_style( m_widget, m_widgetStyle );
-}
-
 // static
 wxVisualAttributes
 wxStaticBox::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))