git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63858 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#if wxOSX_USE_COCOA_OR_CARBON
 bool wxApp::CallOnInit()
 {
     wxMacAutoreleasePool autoreleasepool;
 bool wxApp::CallOnInit()
 {
     wxMacAutoreleasePool autoreleasepool;
 
 
 - (void)applicationWillFinishLaunching:(NSApplication *)application {  
     wxUnusedVar(application);
 
 - (void)applicationWillFinishLaunching:(NSApplication *)application {  
     wxUnusedVar(application);
 }
 
 - (BOOL)application:(NSApplication *)sender openFile:(NSString *)filename;
 }
 
 - (BOOL)application:(NSApplication *)sender openFile:(NSString *)filename;
-bool wxApp::CallOnInit()
-{
-    if ( sm_isEmbedded )
-        return OnInit();
-    
-    return true;
-}
-
 bool wxApp::DoInitGui()
 {
     wxMacAutoreleasePool pool;
 bool wxApp::DoInitGui()
 {
     wxMacAutoreleasePool pool;