aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppleScriptSupport.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-06-15 19:01:04 +0000
committerstuconnolly <stuart02@gmail.com>2011-06-15 19:01:04 +0000
commitd2b26455c859064af12022459652a804d2be1750 (patch)
treeb314f2da44f3d96dd7ee7fd838cd2ce840328464 /Source/SPAppleScriptSupport.m
parentb4b81b2dd07674b7dc3208e3b79690f66b1bf113 (diff)
downloadsequelpro-d2b26455c859064af12022459652a804d2be1750.tar.gz
sequelpro-d2b26455c859064af12022459652a804d2be1750.tar.bz2
sequelpro-d2b26455c859064af12022459652a804d2be1750.zip
Tidy up bundle editor UI.
Diffstat (limited to 'Source/SPAppleScriptSupport.m')
-rw-r--r--Source/SPAppleScriptSupport.m17
1 files changed, 0 insertions, 17 deletions
diff --git a/Source/SPAppleScriptSupport.m b/Source/SPAppleScriptSupport.m
index 90ab240e..337a14dc 100644
--- a/Source/SPAppleScriptSupport.m
+++ b/Source/SPAppleScriptSupport.m
@@ -31,23 +31,6 @@
@implementation SPAppController (SPAppleScriptSupport)
-//////////////// Examples to catch AS core events - maybe for further stuff
-// - (void)handleQuitEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent
-// {
-// [NSApp terminate:self];
-// }
-// - (void)handleOpenEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent
-// {
-// NSLog(@"OPEN ");
-// }
-//
-// - (void)applicationWillFinishLaunching:(NSNotification *)aNotification
-// {
-// NSAppleEventManager *aeManager = [NSAppleEventManager sharedAppleEventManager];
-// [aeManager setEventHandler:self andSelector:@selector(handleQuitEvent:withReplyEvent:) forEventClass:kCoreEventClass andEventID:kAEQuitApplication];
-// [aeManager setEventHandler:self andSelector:@selector(handleOpenEvent:withReplyEvent:) forEventClass:kCoreEventClass andEventID:kAEOpenApplication];
-// }
-
/**
* Is needed to interact with AppleScript for set/get internal SP variables
*/