X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba5b8263f3bf5393eafcf185f5948f1554034ee1..f2c2fa4d62b34608e21b04f8010149945aebda70:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 795bbef448..4b157d7e99 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -50,7 +50,6 @@ // wxWin macros // ---------------------------------------------------------------------------- -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxEvtHandler, wxObject) IMPLEMENT_ABSTRACT_CLASS(wxEvent, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxIdleEvent, wxEvent) @@ -94,7 +93,6 @@ const wxEventTableEntry wxEvtHandler::sm_eventTableEntries[] = { { 0, 0, 0, (wxObjectEventFunction) NULL, (wxObject*) NULL } }; -#endif // !USE_SHARED_LIBRARY // ---------------------------------------------------------------------------- // global variables