Commented out wxAutoNSAutoreleasePool in CallOnInit()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-07-14 13:19:50 +00:00
parent 7fc77f30f4
commit bd3e8827dd

View File

@@ -212,7 +212,7 @@ bool wxApp::OnInitGui()
bool wxApp::CallOnInit()
{
wxAutoNSAutoreleasePool pool;
// wxAutoNSAutoreleasePool pool;
return OnInit();
}