summaryrefslogtreecommitdiff
path: root/Xcode/ManaPlus/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Xcode/ManaPlus/AppDelegate.m')
-rw-r--r--Xcode/ManaPlus/AppDelegate.m23
1 files changed, 0 insertions, 23 deletions
diff --git a/Xcode/ManaPlus/AppDelegate.m b/Xcode/ManaPlus/AppDelegate.m
deleted file mode 100644
index b255617eb..000000000
--- a/Xcode/ManaPlus/AppDelegate.m
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// AppDelegate.m
-// ManaPlus
-//
-// Created by Philippe Groarke on 2012-12-03.
-// Copyright (c) 2012 evolonline. All rights reserved.
-//
-
-#import "AppDelegate.h"
-
-@implementation AppDelegate
-
-- (void)dealloc
-{
- [super dealloc];
-}
-
-- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
-{
- // Insert code here to initialize your application
-}
-
-@end