aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataCellFormatter.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-09-26 15:14:47 +0000
committerstuconnolly <stuart02@gmail.com>2010-09-26 15:14:47 +0000
commitd12ddff12e2729bb70c5dacb30927559d9c6615e (patch)
tree06d34c4f8068f42c348b2afdc133d05869b2d094 /Source/SPDataCellFormatter.m
parent25ef15930d0b8d4ce558ca89e721910aa2391dd8 (diff)
downloadsequelpro-d12ddff12e2729bb70c5dacb30927559d9c6615e.tar.gz
sequelpro-d12ddff12e2729bb70c5dacb30927559d9c6615e.tar.bz2
sequelpro-d12ddff12e2729bb70c5dacb30927559d9c6615e.zip
Remove 10.4 related code and associated macros.
Diffstat (limited to 'Source/SPDataCellFormatter.m')
-rw-r--r--Source/SPDataCellFormatter.m16
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
{