removed wxClassInfo::CleanUp() as it breaks wxEntry reentrancy: once the sm_classTabl...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Mar 2006 00:54:00 +0000 (00:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Mar 2006 00:54:00 +0000 (00:54 +0000)
commit85149efad7fc85798de59e8a680616aa5ad85ffb
tree575a634501c55675b0fccb6513ad7fc0cc205466
parent4fbbe847c8733bb6509c853e451c54c940917a7a
removed wxClassInfo::CleanUp() as it breaks wxEntry reentrancy: once the sm_classTable is destroyed it's not going to be recreated again; instead leave last wxClassInfo::Unregister() call do this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/object.h
src/common/init.cpp
src/common/object.cpp