X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1294ada8e87725409f290328da02306e5c8f4eb..4ca8531f6195e4daae4756a396ba00f23cad2166:/src/univ/choice.cpp diff --git a/src/univ/choice.cpp b/src/univ/choice.cpp index d1d5312f36..5bb5b0020b 100644 --- a/src/univ/choice.cpp +++ b/src/univ/choice.cpp @@ -31,8 +31,6 @@ #include "wx/arrstr.h" #endif -IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControlWithItems) - BEGIN_EVENT_TABLE(wxChoice, wxComboBox) EVT_COMBOBOX(wxID_ANY, wxChoice::OnComboBox) END_EVENT_TABLE()