]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/utils.mm
Fixed VC6 compilation - wxAny(const wxVariant&) ctor required a specific 'template<>')
[wxWidgets.git] / src / osx / cocoa / utils.mm
index d14be5cd19be785938e80df34d80e9332b47e937..81f1d186f846820cf3e7bd297266bb2adaf88d54 100644 (file)
@@ -99,7 +99,6 @@ void wxMacWakeUp()
 
 - (void)applicationWillFinishLaunching:(NSApplication *)application {  
     wxUnusedVar(application);
-       wxTheApp->OnInit();
 }
 
 - (BOOL)application:(NSApplication *)sender openFile:(NSString *)filename;
@@ -227,14 +226,6 @@ void wxMacWakeUp()
 }
 @end
 
-bool wxApp::CallOnInit()
-{
-    if ( sm_isEmbedded )
-        return OnInit();
-    
-    return true;
-}
-
 bool wxApp::DoInitGui()
 {
     wxMacAutoreleasePool pool;