deprecated Initialize/CleanUpClasses

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-06 12:10:30 +00:00
parent ab94455525
commit cafc76a4bb
3 changed files with 35 additions and 46 deletions

View File

@@ -206,8 +206,6 @@ static void FreeConvertedArgs()
// initialization which is always done (not customizable) before wxApp creation
static bool DoCommonPreInit()
{
wxClassInfo::InitializeClasses();
return true;
}
@@ -331,7 +329,7 @@ static void DoCommonPreCleanup()
// cleanup done after destroying wxTheApp
static void DoCommonPostCleanup()
{
wxClassInfo::CleanUpClasses();
wxClassInfo::CleanUp();
// we can't do this in wxApp itself because it doesn't know if argv had
// been allocated