diff options
author | Max <post@wickenrode.com> | 2016-02-12 01:16:45 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2016-02-12 01:16:45 +0100 |
commit | 4341c2a1d270f7a6ede47616ddf79135bcd37cfd (patch) | |
tree | d9bdb052369815e196c7daec7f68940ae2f889e5 /Source/SPDatabaseStructure.h | |
parent | e168cbf3a71d244bb32fbe3904da7d47d2b668db (diff) | |
download | sequelpro-4341c2a1d270f7a6ede47616ddf79135bcd37cfd.tar.gz sequelpro-4341c2a1d270f7a6ede47616ddf79135bcd37cfd.tar.bz2 sequelpro-4341c2a1d270f7a6ede47616ddf79135bcd37cfd.zip |
Fix for #2353 ("Attempted to connect a connection that is not disconnected")release-1.1.1-rc1
Backport of 3aadea1be33212ca50e7faffcd0620ea976f9d59
Diffstat (limited to 'Source/SPDatabaseStructure.h')
-rw-r--r-- | Source/SPDatabaseStructure.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPDatabaseStructure.h b/Source/SPDatabaseStructure.h index b40dd449..03833ec3 100644 --- a/Source/SPDatabaseStructure.h +++ b/Source/SPDatabaseStructure.h @@ -51,7 +51,6 @@ // Setup and teardown - (id)initWithDelegate:(SPDatabaseDocument *)theDelegate; - (void)setConnectionToClone:(SPMySQLConnection *)aConnection; -- (void)destroy:(NSNotification *)notification; // Information - (SPMySQLConnection *)connection; |