aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPColorAdditions.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-09-21 19:45:31 +0000
committerstuconnolly <stuart02@gmail.com>2010-09-21 19:45:31 +0000
commitfdb1acef702128747b8bb1a9b4d089ac5be7e945 (patch)
treed13992ec5a3aa7931256e6b4d50bccd50e98c13a /Source/SPColorAdditions.h
parentac4cc3dec0eb6207d487159e7b40ef18fde519a0 (diff)
downloadsequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.tar.gz
sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.tar.bz2
sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.zip
Add missing SVN properties and general comments tidy up.
Diffstat (limited to 'Source/SPColorAdditions.h')
-rw-r--r--Source/SPColorAdditions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPColorAdditions.h b/Source/SPColorAdditions.h
index 58508f62..48ea1986 100644
--- a/Source/SPColorAdditions.h
+++ b/Source/SPColorAdditions.h
@@ -22,9 +22,6 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import <Cocoa/Cocoa.h>
-
-
@interface NSColor (SPColorAdditions)
+ (NSColor *)colorWithRGBHexString:(NSString *)hexString ignoreAlpha:(BOOL)ignoreAlpha;