diff options
-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; |