]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
PNG is the native format on iOS
[wxWidgets.git] / src / gtk / choice.cpp
index 462d9266ef65fa5edf943d13e0bc533299f8ece1..00170f295031a4d95c8d3f4255c3cec257ced8b2 100644 (file)
@@ -38,8 +38,6 @@ gtk_choice_changed_callback( GtkWidget *WXUNUSED(widget), wxChoice *choice )
 // wxChoice
 //-----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControlWithItems)
-
 void wxChoice::Init()
 {
     m_strings = NULL;