aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2014-12-13 21:00:30 +0100
committerMax <post@wickenrode.com>2014-12-13 21:00:30 +0100
commitc573bf18ff0ce2a350bec687f2d7cc5ba5a69865 (patch)
tree508f9b880f6f8465065aedb3a4bb045fcaa753cb /Source/SPTableContent.m
parentd5dd8b1eb5b8bfaa040ddc52d603231e4828cec7 (diff)
downloadsequelpro-c573bf18ff0ce2a350bec687f2d7cc5ba5a69865.tar.gz
sequelpro-c573bf18ff0ce2a350bec687f2d7cc5ba5a69865.tar.bz2
sequelpro-c573bf18ff0ce2a350bec687f2d7cc5ba5a69865.zip
Attempt 2 to fix building on 10.7, 10.8
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index 67825671..d904ab73 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -70,10 +70,6 @@
static NSString *SPTableFilterSetDefaultOperator = @"SPTableFilterSetDefaultOperator";
#endif
-#ifndef __MAC_10_7
-#define __MAC_10_7 1070
-#endif
-
@interface SPTableContent (SPTableContentDataSource_Private_API)
- (id)_contentValueForTableColumn:(NSUInteger)columnIndex row:(NSUInteger)rowIndex asPreview:(BOOL)asPreview;