]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbox.cpp
BCC compilation fix
[wxWidgets.git] / src / gtk1 / statbox.cpp
index 9d489265d8f5fb291d620add559eb12d6473af5d..7c3eb9678ee91cdea241dfb38a7121f90fe2cd64 100644 (file)
@@ -89,7 +89,6 @@ void wxStaticBox::SetLabel( const wxString &label )
 
     gtk_frame_set_label( GTK_FRAME( m_widget ),
                          m_label.empty() ? (char *)NULL : (const char*) wxGTK_CONV( m_label ) );
-    PostSetLabel();
 }
 
 // static