aboutsummaryrefslogtreecommitdiffstats
path: root/TableDocument.m
diff options
context:
space:
mode:
Diffstat (limited to 'TableDocument.m')
-rw-r--r--TableDocument.m15
1 files changed, 0 insertions, 15 deletions
diff --git a/TableDocument.m b/TableDocument.m
index 085fd4ca..a90856b0 100644
--- a/TableDocument.m
+++ b/TableDocument.m
@@ -234,21 +234,6 @@ stops modal session with code:
code = 1;
}
- // save to favorites?
- if ([connectAddToFavoritesCheckbox state] == NSOnState) {
- [self addToFavoritesHost:[hostField stringValue]
- socket:[socketField stringValue]
- user:[userField stringValue]
- password:[passwordField stringValue]
- port:[portField stringValue]
- database:[databaseField stringValue]
- useSSH:NO
- sshHost:nil
- sshUser:nil
- sshPassword:nil
- sshPort:nil];
- }
-
// close sheet
[NSApp stopModalWithCode:code];
[connectProgressBar stopAnimation:self];