From d12ddff12e2729bb70c5dacb30927559d9c6615e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 26 Sep 2010 15:14:47 +0000 Subject: Remove 10.4 related code and associated macros. --- Source/SPDataCellFormatter.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Source/SPDataCellFormatter.h') diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h index 66bf442e..4eef3f7a 100644 --- a/Source/SPDataCellFormatter.h +++ b/Source/SPDataCellFormatter.h @@ -31,12 +31,7 @@ NSString *fieldType; } -#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 - @property NSInteger textLimit; - @property NSString* fieldType; -#else - -(NSInteger)textLimit; - -(void)setTextLimit:(NSInteger)limit; -#endif +@property NSInteger textLimit; +@property NSString* fieldType; @end -- cgit v1.2.3