]> git.saurik.com Git - wxWidgets.git/commitdiff
remove non-xti classinfo
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 7 Jan 2011 20:06:14 +0000 (20:06 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 7 Jan 2011 20:06:14 +0000 (20:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/notebook.cpp

index bfedadbffb5fdcef700102e7e4a6b9d737a4d2f4..dad5dda20f0a7c3ce554bc896a98afd7555730fe 100644 (file)
@@ -131,7 +131,6 @@ END_EVENT_TABLE()
 
 #else
 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
-IMPLEMENT_DYNAMIC_CLASS(wxNotebookPageInfo, wxObject )
 #endif
 
 // ============================================================================