aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2018-02-28 00:42:52 +0100
committerMax <post@wickenrode.com>2018-02-28 00:48:06 +0100
commit808ae467381bf597c487fb321dbabc3ccb309b67 (patch)
tree7f4f8e235f087f597113af0de8683335ff0efb65 /Source/SPDatabaseDocument.h
parentd9f773eae0bf2d158012dfe55139ffdc6b1c57ff (diff)
downloadsequelpro-808ae467381bf597c487fb321dbabc3ccb309b67.tar.gz
sequelpro-808ae467381bf597c487fb321dbabc3ccb309b67.tar.bz2
sequelpro-808ae467381bf597c487fb321dbabc3ccb309b67.zip
Reapply changes from rolled back commit that are common to master and callback-auth branches
This includes 3a944d7867c750c29e02e2619d72694bdbfb0b2a, 770c18901f82696d1233e0139e9bb3c4fbbcb90b, ca864a1f887feaf7ac6d35eeb55b265f3e630a09
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r--Source/SPDatabaseDocument.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h
index de7dd55e..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;
-- (void)setKeychainID:(NSString *)theID;
// Database methods
- (IBAction)setDatabases:(id)sender;
@@ -451,7 +448,6 @@
- (NSString *)port;
- (NSString *)mySQLVersion;
- (NSString *)user;
-- (NSString *)keyChainID;
- (NSString *)connectionID;
#ifndef SP_CODA /* method decls */
- (NSString *)tabTitleForTooltip;