]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/notebook.cpp
??
[wxWidgets.git] / src / mac / notebook.cpp
index a4f93917eb93c6a26ecb3eae157a7d41bcbc9093..3cb269c3cce1d5054d3974f186c7cf8b7af40c1d 100644 (file)
@@ -41,7 +41,6 @@ const short kwxMacTabBottomMargin = 16 ;
 // event table
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARIES
 BEGIN_EVENT_TABLE(wxNotebook, wxControl)
     EVT_NOTEBOOK_PAGE_CHANGED(-1, wxNotebook::OnSelChange)
 
@@ -52,7 +51,6 @@ END_EVENT_TABLE()
 
 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxNotebookEvent, wxCommandEvent)
-#endif
 
 // ============================================================================
 // implementation