diff dstep/quartzcore/CIImage.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
line wrap: on
line diff
--- a/dstep/quartzcore/CIImage.d	Wed Feb 03 18:28:58 2010 +0100
+++ b/dstep/quartzcore/CIImage.d	Tue Feb 09 18:02:03 2010 +0100
@@ -72,11 +72,6 @@
 	{
 		return invokeObjcSelf!(typeof(this), "initWithCoder:", NSCoder)(aDecoder);
 	}
-	
-	typeof(this) copyWithZone (NSZone* zone)
-	{
-		return invokeObjcSelf!(typeof(this), "copyWithZone:", NSZone*)(zone);
-	}
 
 	static CIImage imageWithCGImage (CGImageRef image)
 	{