diff dstep/qtkit/QTMovie.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/qtkit/QTMovie.d	Wed Feb 03 18:28:58 2010 +0100
+++ b/dstep/qtkit/QTMovie.d	Tue Feb 09 18:02:03 2010 +0100
@@ -2445,11 +2445,6 @@
 		return result is this.objcObject ? this : (result !is null ? new typeof(this)(result) : null);
 	}
 
-	this (NSString filename, ref NSError errorPtr)
-	{
-		super(typeof(this).alloc.initToWritableFile(filename, errorPtr).objcObject);
-	}
-
 	typeof(this) initToWritableData (NSMutableData data, ref NSError errorPtr)
 	{
 		id __arg1;
@@ -2485,11 +2480,6 @@
 		return result is this.objcObject ? this : (result !is null ? new typeof(this)(result) : null);
 	}
 
-	this (QTDataReference dataReference, ref NSError errorPtr)
-	{
-		super(typeof(this).alloc.initToWritableDataReference(dataReference, errorPtr).objcObject);
-	}
-
 	void invalidate ()
 	{
 		return invokeObjcSelf!(void, "invalidate");