aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-09-05 22:09:10 +0200
committerTeddy Wing2018-09-05 22:09:10 +0200
commit654160eba671d3fc4050833551e2ebe7c13235b5 (patch)
tree8ea6dafc9866279237bd4f1c9aaf0ddf6246d28a
parent0ce12e58bbfa7bf3b550fdba1fee4250448f9ba2 (diff)
downloadCopy-Mailto-654160eba671d3fc4050833551e2ebe7c13235b5.tar.bz2
Remove unused `applicationWillTerminate` method
-rw-r--r--CopyMailto/AppDelegate.m5
1 files changed, 0 insertions, 5 deletions
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
{