diff dstep/appkit/NSWindowController.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/appkit/NSWindowController.d	Wed Feb 03 18:28:58 2010 +0100
+++ b/dstep/appkit/NSWindowController.d	Tue Feb 09 18:02:03 2010 +0100
@@ -75,11 +75,6 @@
 		return result is this.objcObject ? this : (result !is null ? new NSWindowController(result) : null);
 	}
 
-	this (NSString windowNibPath, Object owner)
-	{
-		super(NSWindowController.alloc.initWithWindowNibPath(windowNibPath, owner).objcObject);
-	}
-
 	NSString windowNibName ()
 	{
 		return invokeObjcSelf!(NSString, "windowNibName");