X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0ed460c2e7802793d591c84f3cfdbff159c5549..6ecb30a36fe6c85e60a2d7c6ac2fbec6f0cf98b2:/src/stubs/bmpbuttn.cpp

diff --git a/src/stubs/bmpbuttn.cpp b/src/stubs/bmpbuttn.cpp
index 169f0d557a..b39c2c3bcd 100644
--- a/src/stubs/bmpbuttn.cpp
+++ b/src/stubs/bmpbuttn.cpp
@@ -15,9 +15,7 @@
 
 #include "wx/bmpbuttn.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
-#endif
 
 bool wxBitmapButton::Create(wxWindow *parent, wxWindowID id, const wxBitmap& bitmap,
            const wxPoint& pos,