X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/789ae0cfa2cefc10a3065a5e22c70f7180bbe15d..f9204363853f23d27792e9bb061505f970aed0c7:/src/mac/carbon/listbox.cpp diff --git a/src/mac/carbon/listbox.cpp b/src/mac/carbon/listbox.cpp index 38bdecfd01..047c5fd7de 100644 --- a/src/mac/carbon/listbox.cpp +++ b/src/mac/carbon/listbox.cpp @@ -27,7 +27,6 @@ #include "wx/utils.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl) BEGIN_EVENT_TABLE(wxListBox, wxControl) @@ -36,7 +35,6 @@ BEGIN_EVENT_TABLE(wxListBox, wxControl) EVT_CHAR( wxListBox::OnChar ) #endif END_EVENT_TABLE() -#endif #include "wx/mac/uma.h"