X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..6beb85c0d32d2bca8520feb7e100a6f612720a53:/src/motif/tabctrl.cpp

diff --git a/src/motif/tabctrl.cpp b/src/motif/tabctrl.cpp
index 07216d262a..c9f33458ed 100644
--- a/src/motif/tabctrl.cpp
+++ b/src/motif/tabctrl.cpp
@@ -16,12 +16,10 @@
 #include "wx/control.h"
 #include "wx/tabctrl.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)
 
 BEGIN_EVENT_TABLE(wxTabCtrl, wxControl)
 END_EVENT_TABLE()
-#endif
 
 wxTabCtrl::wxTabCtrl()
 {