diff --git a/Photino.Native/Photino.Mac.AppDelegate.mm b/Photino.Native/Photino.Mac.AppDelegate.mm index b8fb3af..2b44ee4 100644 --- a/Photino.Native/Photino.Mac.AppDelegate.mm +++ b/Photino.Native/Photino.Mac.AppDelegate.mm @@ -14,12 +14,7 @@ - (id)init { - (void)applicationDidFinishLaunching:(NSNotification *)notification { [window makeKeyAndOrderFront:nil]; [NSApp activateIgnoringOtherApps:YES]; - NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; - //NSLog(@"applicationDidFinishLaunching fired!"); - //NSAlert *alert = [[[NSAlert alloc] init] autorelease]; - //[alert setMessageText:@"Hi there."]; - //[alert runModal]; -} + // NSLog(@"applicationDidFinishLaunching fired!"); - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender { //NSLog(@"applicationShouldTerminateAfterLastWindowClosed fired!");