diff options
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r-- | Source/SPTableContent.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index 760526c9..ab0a15c3 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -3909,8 +3909,6 @@ id cellValue = [tableValues cellDataAtRow:rowIndex column:[[aTableColumn identifier] integerValue]]; if ([cellValue isNSNull]) cellValue = [NSString stringWithString:[prefs objectForKey:SPNullValue]]; - else if ([cellValue isKindOfClass:[MCPGeometryData class]]) - cellValue = [cellValue wktString]; id editData = [[fieldEditor editWithObject:cellValue fieldName:[[aTableColumn headerCell] stringValue] |