summaryrefslogtreecommitdiff
path: root/Xcode/ManaPlus/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xcode/ManaPlus/AppDelegate.h')
-rw-r--r--Xcode/ManaPlus/AppDelegate.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Xcode/ManaPlus/AppDelegate.h b/Xcode/ManaPlus/AppDelegate.h
deleted file mode 100644
index 8145b4ced..000000000
--- a/Xcode/ManaPlus/AppDelegate.h
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// AppDelegate.h
-// ManaPlus
-//
-// Created by Philippe Groarke on 2012-12-03.
-// Copyright (c) 2012 evolonline. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-@interface AppDelegate : NSObject <NSApplicationDelegate>
-
-@property (assign) IBOutlet NSWindow *window;
-
-@end