]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
Update and improve "Hello world" example in the documentation.
[wxWidgets.git] / src / msw / notebook.cpp
index bfedadbffb5fdcef700102e7e4a6b9d737a4d2f4..ea0df3addfd2b4e1d0fda98a131c2a01c9eec3c8 100644 (file)
@@ -127,13 +127,6 @@ BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
 #endif // USE_NOTEBOOK_ANTIFLICKER
 END_EVENT_TABLE()
 
-#if wxUSE_EXTENDED_RTTI
-
-#else
-IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
-IMPLEMENT_DYNAMIC_CLASS(wxNotebookPageInfo, wxObject )
-#endif
-
 // ============================================================================
 // implementation
 // ============================================================================