aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index f5023643..e329f796 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -481,13 +481,11 @@
/**
- * What exactly is this for?
+ * AppleScript handler to quit Sequel Pro
*/
- (id)handleQuitScriptCommand:(NSScriptCommand *)command
{
[NSApp terminate:self];
-
- // Suppress warning
return nil;
}