X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b142515e79888988bf22c532c8c0da175fb59aca..050c9e3c90c58b05d5b3f7384d1556ca9669f13e:/src/mac/statbrma.cpp diff --git a/src/mac/statbrma.cpp b/src/mac/statbrma.cpp index ee0c59a422..5179971e24 100644 --- a/src/mac/statbrma.cpp +++ b/src/mac/statbrma.cpp @@ -21,14 +21,9 @@ #include "wx/dc.h" #include "wx/dcclient.h" -#if !USE_SHARED_LIBRARY -IMPLEMENT_DYNAMIC_CLASS(wxStatusBarMac, wxStatusBarGeneric); - BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric) EVT_PAINT(wxStatusBarMac::OnPaint) END_EVENT_TABLE() -#endif //USE_SHARED_LIBRARY - // ============================================================================ // implementation