]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobut.cpp
guard against null ptr access
[wxWidgets.git] / src / gtk / radiobut.cpp
index d2c5f73cfee57f8bb905d8d363285db4b9521aa7..f465958df1210d3c451af3b5e9ea3c267f12bbaa 100644 (file)
@@ -47,8 +47,6 @@ void gtk_radiobutton_clicked_callback( GtkToggleButton *button, wxRadioButton *r
 // wxRadioButton
 //-----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxRadioButton,wxControl)
-
 bool wxRadioButton::Create( wxWindow *parent,
                             wxWindowID id,
                             const wxString& label,