diff options
| author | Teddy Wing | 2018-09-05 22:09:10 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-09-05 22:09:10 +0200 | 
| commit | 654160eba671d3fc4050833551e2ebe7c13235b5 (patch) | |
| tree | 8ea6dafc9866279237bd4f1c9aaf0ddf6246d28a /CopyMailto | |
| parent | 0ce12e58bbfa7bf3b550fdba1fee4250448f9ba2 (diff) | |
| download | Copy-Mailto-654160eba671d3fc4050833551e2ebe7c13235b5.tar.bz2 | |
Remove unused `applicationWillTerminate` method
Diffstat (limited to 'CopyMailto')
| -rw-r--r-- | CopyMailto/AppDelegate.m | 5 | 
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  { | 
