common rtti in nbkbase.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-01-07 22:31:26 +00:00
parent 38c69d200d
commit 1f6420d83a
10 changed files with 24 additions and 125 deletions

View File

@@ -127,12 +127,6 @@ BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
#endif // USE_NOTEBOOK_ANTIFLICKER
END_EVENT_TABLE()
#if wxUSE_EXTENDED_RTTI
#else
IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
#endif
// ============================================================================
// implementation
// ============================================================================