diff options
author | stuconnolly <stuart02@gmail.com> | 2009-12-14 12:43:22 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-12-14 12:43:22 +0000 |
commit | 8ee58e3c951a363280f9949a4589dbc6286d6c00 (patch) | |
tree | 14d4c8e72ed921e708548b98b0aa837430b19d3d /Source/TableDocument.h | |
parent | 5247ac10ff8d1fe91756c60dfd05605e8bc3d884 (diff) | |
download | sequelpro-8ee58e3c951a363280f9949a4589dbc6286d6c00.tar.gz sequelpro-8ee58e3c951a363280f9949a4589dbc6286d6c00.tar.bz2 sequelpro-8ee58e3c951a363280f9949a4589dbc6286d6c00.zip |
Remove old redundant code that was left over form when the server variables sheet was moved to its own controller.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 8164746a..391066a9 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -115,7 +115,6 @@ MCPConnection *mySQLConnection; - NSMutableArray *variables, *variablesFiltered; NSString *selectedDatabase; NSString *mySQLVersion; NSUserDefaults *prefs; |