comparison dstep/quartzcore/CIColor.d @ 22:f8a3b67adfcb

Removed duplicated methods
author Jacob Carlborg <doob@me.com>
date Tue, 09 Feb 2010 18:02:03 +0100
parents 19885b43130e
children b9de51448c6b
comparison
equal deleted inserted replaced
21:6b688d8f62c5 22:f8a3b67adfcb
37 } 37 }
38 38
39 typeof(this) initWithCoder (NSCoder aDecoder) 39 typeof(this) initWithCoder (NSCoder aDecoder)
40 { 40 {
41 return invokeObjcSelf!(typeof(this), "initWithCoder:", NSCoder)(aDecoder); 41 return invokeObjcSelf!(typeof(this), "initWithCoder:", NSCoder)(aDecoder);
42 }
43
44 typeof(this) copyWithZone (NSZone* zone)
45 {
46 return invokeObjcSelf!(typeof(this), "copyWithZone:", NSZone*)(zone);
47 } 42 }
48 43
49 static CIColor colorWithCGColor (CGColorRef c) 44 static CIColor colorWithCGColor (CGColorRef c)
50 { 45 {
51 return invokeObjcSelfClass!(CIColor, "colorWithCGColor:", CGColorRef)(c); 46 return invokeObjcSelfClass!(CIColor, "colorWithCGColor:", CGColorRef)(c);