diff options
author | stuconnolly <stuart02@gmail.com> | 2008-11-28 01:10:29 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2008-11-28 01:10:29 +0000 |
commit | d45adb6d2a0c305cc431d75cd20844dbe721f388 (patch) | |
tree | 64f46a33b9586bf134fcc4c91868fcf1383adf1b /MainController.h | |
parent | 849578bbc5f8013b5f2a02b5072ba38921d9e623 (diff) | |
download | sequelpro-d45adb6d2a0c305cc431d75cd20844dbe721f388.tar.gz sequelpro-d45adb6d2a0c305cc431d75cd20844dbe721f388.tar.bz2 sequelpro-d45adb6d2a0c305cc431d75cd20844dbe721f388.zip |
Tiny tidy up. We don't need to declare these methods in the header and hence make them public as they are called automatically.
Diffstat (limited to 'MainController.h')
-rw-r--r-- | MainController.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MainController.h b/MainController.h index f73eb648..504d6340 100644 --- a/MainController.h +++ b/MainController.h @@ -97,12 +97,6 @@ //tableView delegate methods - (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex; -//window delegate methods -- (BOOL)windowShouldClose:(id)sender; - -//other methods -- (void)awakeFromNib; - //SSHTunnel methods - (id)authenticate:(NSScriptCommand *)command; - (id)handleQuitScriptCommand:(NSScriptCommand *)command; |