aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataCellFormatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r--Source/SPDataCellFormatter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h
index d1f9c7d4..00cc85bb 100644
--- a/Source/SPDataCellFormatter.h
+++ b/Source/SPDataCellFormatter.h
@@ -33,12 +33,10 @@
@interface SPDataCellFormatter : NSFormatter
{
NSInteger textLimit;
- NSUInteger displayLimit;
NSString *fieldType;
}
@property (readwrite, assign) NSInteger textLimit;
-@property (readwrite, assign) NSUInteger displayLimit;
@property (readwrite, retain) NSString* fieldType;
@end