diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-10-13 13:04:47 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-10-13 13:04:47 +0000 |
commit | d77ef8c0d4526c44823216c219f0734639cad701 (patch) | |
tree | 48ad35f1035b41dcfd3e2c1bb5b067f77df8f4a0 /Source/SPAppController.h | |
parent | a2a954c933d261e0cb9a0b4eca0d0d1f42902e81 (diff) | |
download | sequelpro-d77ef8c0d4526c44823216c219f0734639cad701.tar.gz sequelpro-d77ef8c0d4526c44823216c219f0734639cad701.tar.bz2 sequelpro-d77ef8c0d4526c44823216c219f0734639cad701.zip |
• cleaned the current Applescript support definitions slightly
- removed unnecessary method 'handleQuitScriptCommand' from SPAppController
- set main class to SPAppController
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index f22cd1d5..473baa23 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -52,9 +52,6 @@ // Getters - (SPPreferenceController *)preferenceController; -// AppleScript handler -- (id)handleQuitScriptCommand:(NSScriptCommand *)command; - // Others - (NSString *)contentOfFile:(NSString *)aPath; |