]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
use proper dllexport declaration with _WX_LIST_HELPER_
[wxWidgets.git] / src / common / init.cpp
index 258539e3ff02aafbdd4e739354862ea1820cee43..b27736deac2e3b5b5c842e0100fe1e89541ffde2 100644 (file)
@@ -356,8 +356,6 @@ static void DoCommonPostCleanup()
 {
     wxModule::CleanUpModules();
 
-    wxClassInfo::CleanUp();
-
     // we can't do this in wxApp itself because it doesn't know if argv had
     // been allocated
 #if wxUSE_UNICODE