]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
more WXUNUSED() here and there
[wxWidgets.git] / src / msw / textctrl.cpp
index 86967c3addf82400e9efaa1eb9c83270229c3739..458cb8f4c800e9b10afef106406e80b2ee433073 100644 (file)
@@ -62,7 +62,6 @@
     #include <richedit.h>
 #endif
 
-#if !USE_SHARED_LIBRARY
 
 // ----------------------------------------------------------------------------
 // event tables and other macros
@@ -87,7 +86,6 @@ BEGIN_EVENT_TABLE(wxTextCtrl, wxControl)
     EVT_UPDATE_UI(wxID_REDO, wxTextCtrl::OnUpdateRedo)
 END_EVENT_TABLE()
 
-#endif // USE_SHARED_LIBRARY
 
 // ============================================================================
 // implementation