From fdb1acef702128747b8bb1a9b4d089ac5be7e945 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 21 Sep 2010 19:45:31 +0000 Subject: Add missing SVN properties and general comments tidy up. --- Source/SPColorWellCell.m | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/SPColorWellCell.m') diff --git a/Source/SPColorWellCell.m b/Source/SPColorWellCell.m index 18d392b9..ce47ef83 100644 --- a/Source/SPColorWellCell.m +++ b/Source/SPColorWellCell.m @@ -24,12 +24,10 @@ #import "SPColorWellCell.h" - @implementation SPColorWellCell - (void) drawWithFrame:(NSRect)cellFrame inView:(NSView*)controlView { - // Set initial inset from cellFrame NSRect rect = NSInsetRect (cellFrame, 0.5, 0.5); @@ -59,7 +57,6 @@ // Draw the actual color as rect [(NSColor*) [self objectValue] set]; NSRectFillUsingOperation(NSInsetRect (rect, insetFactor, insetFactor), NSCompositeSourceOver); - } @end -- cgit v1.2.3