diff options
Diffstat (limited to 'Source/SPTextAndLinkCell.h')
-rw-r--r-- | Source/SPTextAndLinkCell.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/SPTextAndLinkCell.h b/Source/SPTextAndLinkCell.h index d9f2ea1e..ab2deef9 100644 --- a/Source/SPTextAndLinkCell.h +++ b/Source/SPTextAndLinkCell.h @@ -24,13 +24,6 @@ #import <Cocoa/Cocoa.h> -enum sptextandlinkcell_drawstates -{ - SP_LINKDRAWSTATE_NORMAL = 0, - SP_LINKDRAWSTATE_HIGHLIGHT = 1, - SP_LINKDRAWSTATE_BACKGROUNDHIGHLIGHT = 2 -}; - @interface SPTextAndLinkCell : NSTextFieldCell { BOOL hasLink; |