diff options
author | Max <post@wickenrode.com> | 2018-02-23 20:56:44 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2018-02-23 20:56:44 +0100 |
commit | ca864a1f887feaf7ac6d35eeb55b265f3e630a09 (patch) | |
tree | 8746370d8785d9030a52383c5dfbef48bfc05d2c /Source/SPDatabaseDocument.h | |
parent | 770c18901f82696d1233e0139e9bb3c4fbbcb90b (diff) | |
download | sequelpro-ca864a1f887feaf7ac6d35eeb55b265f3e630a09.tar.gz sequelpro-ca864a1f887feaf7ac6d35eeb55b265f3e630a09.tar.bz2 sequelpro-ca864a1f887feaf7ac6d35eeb55b265f3e630a09.zip |
Remove the keychain id stuff from SPDatabaseDocument. It was only proxying SPConnectionController anyway
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 36269e73..c89f7847 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -262,8 +262,6 @@ NSMutableArray *runningActivitiesArray; #endif - NSString *keychainID; - #ifndef SP_CODA /* ivars */ NSThread *printThread; @@ -342,7 +340,6 @@ #endif - (void)setConnection:(SPMySQLConnection *)theConnection; - (SPMySQLConnection *)getConnection; -@property(readwrite, copy, nonatomic) NSString *keychainID; // Database methods - (IBAction)setDatabases:(id)sender; |