]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/statbox.cpp
warning fix
[wxWidgets.git] / src / stubs / statbox.cpp
index b239dc738c830175d1f18afc795245ca00b4ecee..95bfc3b2c47723544787cacc277d5b9f80c340d8 100644 (file)
 
 #include "wx/statbox.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)
 
 BEGIN_EVENT_TABLE(wxStaticBox, wxControl)
        EVT_ERASE_BACKGROUND(wxStaticBox::OnEraseBackground)
 END_EVENT_TABLE()
 
-#endif
 
 /*
  * Static box