diff options
author | stuconnolly <stuart02@gmail.com> | 2010-09-21 10:39:34 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-09-21 10:39:34 +0000 |
commit | c36387a52cf34318082d5fdbf9c48274f3c764a2 (patch) | |
tree | a0059bc8c3709e40812c109a7bcec44650d187fb /Source/SPTableStructure.m | |
parent | e42ca858f56f62768da1118787c0bde0ad92fb93 (diff) | |
download | sequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.tar.gz sequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.tar.bz2 sequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.zip |
Update Localizable.strings and resolve the use of multiple comments for the same string.
Diffstat (limited to 'Source/SPTableStructure.m')
-rw-r--r-- | Source/SPTableStructure.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTableStructure.m b/Source/SPTableStructure.m index a0e80306..350bc8ea 100644 --- a/Source/SPTableStructure.m +++ b/Source/SPTableStructure.m @@ -1036,7 +1036,6 @@ closes the keySheet isEditingNewRow = NO; currentlyEditingRow = -1; [tableFields removeAllObjects]; - //[indexes removeAllObjects]; [tableSourceView reloadData]; [indexesTableView reloadData]; [addFieldButton setEnabled:NO]; |