diff options
Diffstat (limited to 'Source/SPDataCellFormatter.m')
-rw-r--r-- | Source/SPDataCellFormatter.m | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/Source/SPDataCellFormatter.m b/Source/SPDataCellFormatter.m index f82bad1e..75fc009c 100644 --- a/Source/SPDataCellFormatter.m +++ b/Source/SPDataCellFormatter.m @@ -29,20 +29,8 @@ @implementation SPDataCellFormatter -#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 - @synthesize textLimit; - @synthesize fieldType; -#else - -(NSInteger)textLimit - { - return textLimit; - } - - -(void)setTextLimit:(NSInteger)limit - { - textLimit = limit; - } -#endif +@synthesize textLimit; +@synthesize fieldType; - (NSString *)stringForObjectValue:(id)anObject { |