]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/notebook.cpp
Fixed linking errors related to wxAnyButton in wxUniv.
[wxWidgets.git] / src / generic / notebook.cpp
index 194f3ad628469c233b061ee3458e0eefd2cdeaa8..560ea1000f97381aaf2452d58c2dba0e30ce558f 100644 (file)
@@ -58,8 +58,6 @@ BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
     EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
 END_EVENT_TABLE()
 
-IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
-
 // ============================================================================
 // implementation
 // ============================================================================