aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-14 14:24:47 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-14 14:24:47 +0000
commitb416343eb624b6ba2cc1ed91f0d1de919d03acc0 (patch)
tree1ca290a325bb26fd59da21ae6f7d776639723272 /Source/TableDocument.m
parent4bf374ee6a783e177582ae1820cafefe9e65b58d (diff)
downloadsequelpro-b416343eb624b6ba2cc1ed91f0d1de919d03acc0.tar.gz
sequelpro-b416343eb624b6ba2cc1ed91f0d1de919d03acc0.tar.bz2
sequelpro-b416343eb624b6ba2cc1ed91f0d1de919d03acc0.zip
Peform the addition and removal of table indexes on a background thread with the option to cancel the operation to prevent locking up the main thread. Fixes issue #591.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 3a4416c7..443cadbb 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -243,7 +243,6 @@
*/
- (void)initWithConnectionFile:(NSString *)path
{
-
NSError *readError = nil;
NSString *convError = nil;
NSPropertyListFormat format;