X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a5d352f8a257854a05087cad5ed700aed116d2f..e015e7f3acef09b57bcd34e8f6780a19afdfd97b:/src/mac/carbon/combobox.cpp diff --git a/src/mac/carbon/combobox.cpp b/src/mac/carbon/combobox.cpp index 40caccafc8..bbc3110dbd 100644 --- a/src/mac/carbon/combobox.cpp +++ b/src/mac/carbon/combobox.cpp @@ -22,9 +22,7 @@ #include "wx/menu.h" #include "wx/mac/uma.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl) -#endif // composite combobox implementation by Dan "Bud" Keith bud@otsys.com