diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-14 14:24:47 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-14 14:24:47 +0000 |
commit | b416343eb624b6ba2cc1ed91f0d1de919d03acc0 (patch) | |
tree | 1ca290a325bb26fd59da21ae6f7d776639723272 /Source/TableDocument.m | |
parent | 4bf374ee6a783e177582ae1820cafefe9e65b58d (diff) | |
download | sequelpro-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.m | 1 |
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; |