From 654160eba671d3fc4050833551e2ebe7c13235b5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 5 Sep 2018 22:09:10 +0200 Subject: Remove unused `applicationWillTerminate` method --- CopyMailto/AppDelegate.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CopyMailto') diff --git a/CopyMailto/AppDelegate.m b/CopyMailto/AppDelegate.m index b47ce00..752b716 100644 --- a/CopyMailto/AppDelegate.m +++ b/CopyMailto/AppDelegate.m @@ -20,11 +20,6 @@ const NSUInteger MAILTO_INDEX = 7; andEventID:kAEGetURL]; } - -- (void)applicationWillTerminate:(NSNotification *)aNotification { - // Insert code here to tear down your application -} - - (void)handleURLEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent { -- cgit v1.2.3