diff dwt/internal/cocoa/NSAlert.d @ 60:62202ce0039f

Updated and fixed many modules to 3.514
author Jacob Carlborg <doob@me.com>
date Mon, 22 Dec 2008 15:10:19 +0100
parents d8635bb48c7c
children
line wrap: on
line diff
--- a/dwt/internal/cocoa/NSAlert.d	Tue Dec 09 21:52:21 2008 +0100
+++ b/dwt/internal/cocoa/NSAlert.d	Mon Dec 22 15:10:19 2008 +0100
@@ -26,13 +26,6 @@
 import dwt.internal.objc.cocoa.Cocoa;
 import objc = dwt.internal.objc.runtime;
 
-enum NSAlertStyle : NSUInteger
-{
-    NSWarningAlertStyle = 0,
-    NSInformationalAlertStyle = 1,
-    NSCriticalAlertStyle = 2
-}
-
 public class NSAlert : NSObject {
 
 public this () {