diff options
author | Max <post@wickenrode.com> | 2014-12-13 21:00:30 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-12-13 21:00:30 +0100 |
commit | c573bf18ff0ce2a350bec687f2d7cc5ba5a69865 (patch) | |
tree | 508f9b880f6f8465065aedb3a4bb045fcaa753cb /Source/SPActivityTextFieldCell.m | |
parent | d5dd8b1eb5b8bfaa040ddc52d603231e4828cec7 (diff) | |
download | sequelpro-c573bf18ff0ce2a350bec687f2d7cc5ba5a69865.tar.gz sequelpro-c573bf18ff0ce2a350bec687f2d7cc5ba5a69865.tar.bz2 sequelpro-c573bf18ff0ce2a350bec687f2d7cc5ba5a69865.zip |
Attempt 2 to fix building on 10.7, 10.8
Diffstat (limited to 'Source/SPActivityTextFieldCell.m')
-rw-r--r-- | Source/SPActivityTextFieldCell.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPActivityTextFieldCell.m b/Source/SPActivityTextFieldCell.m index c088c9cb..5eb2deda 100644 --- a/Source/SPActivityTextFieldCell.m +++ b/Source/SPActivityTextFieldCell.m @@ -33,11 +33,6 @@ #define FAVORITE_NAME_FONT_SIZE 12.0f -#ifndef NS_OPTIONS -// This type is available since 10.5 but only got a "name" in 10.8 -typedef NSUInteger NSCellHitResult; -#endif - @interface SPActivityTextFieldCell (PrivateAPI) - (NSAttributedString *)constructSubStringAttributedString; |