From b2461e0658f6deebf2b4a24e261fadb99f5125c6 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 19 Oct 2010 23:37:15 +0000 Subject: Tidy up. --- Source/SPDataCellFormatter.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/SPDataCellFormatter.m') diff --git a/Source/SPDataCellFormatter.m b/Source/SPDataCellFormatter.m index 6c1f26fe..515bf2a7 100644 --- a/Source/SPDataCellFormatter.m +++ b/Source/SPDataCellFormatter.m @@ -33,7 +33,6 @@ - (NSString *)stringForObjectValue:(id)anObject { - // Truncate the string for speed purposes if it's very long - improves table scrolling speed. if ([(NSString *)anObject length] > 150) { return ([NSString stringWithFormat:@"%@...", [anObject substringToIndex:147]]); -- cgit v1.2.3