diff options
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 deaa4107..baf2a6f4 100644 --- a/Source/SPTableStructure.m +++ b/Source/SPTableStructure.m @@ -241,7 +241,6 @@ */ - (IBAction)addField:(id)sender { - // Check whether table editing is permitted (necessary as some actions - eg table double-click - bypass validation) if ([tableDocumentInstance isWorking] || [tablesListInstance tableType] != SPTableTypeTable) return; |