X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a987bdfa2209f394a62dbd187c6149b3b8a2e3d9..805b7b2109690e6064083b7d65a7eab5786d6b5d:/src/generic/notebook.cpp

diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp
index 194f3ad628..560ea1000f 100644
--- a/src/generic/notebook.cpp
+++ b/src/generic/notebook.cpp
@@ -58,8 +58,6 @@ BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
     EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
 END_EVENT_TABLE()
 
-IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
-
 // ============================================================================
 // implementation
 // ============================================================================