Skip to content

Commit

Permalink
Remove unused code portions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjbauer committed Sep 14, 2022
1 parent 423709e commit 7b7224e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Photino.Native/Photino.Mac.AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
Expand Down

0 comments on commit 7b7224e

Please sign in to comment.