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:
@@ -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
|
||||
|
Reference in New Issue
Block a user