summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>2015-10-16 09:53:26 +0200
committerNicolas Aguirre <aguirre.nicolas@gmail.com>2015-11-10 08:32:49 +0100
commit1811704a904dd4ceb1f36c958624064bd3f54ad6 (patch)
treee92c991531b8805636a015b26339dad746fadd7a
parent6c296b3d160f757d58a6e4edf9b7109728ea6947 (diff)
downloadefl-1811704a904dd4ceb1f36c958624064bd3f54ad6.tar.gz
ecore_cocoa_app: don't override init
-rw-r--r--src/lib/ecore_cocoa/ecore_cocoa_app.h1
-rw-r--r--src/lib/ecore_cocoa/ecore_cocoa_app.m6
2 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_app.h b/src/lib/ecore_cocoa/ecore_cocoa_app.h
index bc2bbd8654..3e206395c3 100644
--- a/src/lib/ecore_cocoa/ecore_cocoa_app.h
+++ b/src/lib/ecore_cocoa/ecore_cocoa_app.h
@@ -24,7 +24,6 @@
@interface Ecore_Cocoa_AppDelegate : NSObject <NSApplicationDelegate>
+ (Ecore_Cocoa_AppDelegate *)appDelegate;
-- (id)init;
@end
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_app.m b/src/lib/ecore_cocoa/ecore_cocoa_app.m
index b3bf1af5f4..e7598abd25 100644
--- a/src/lib/ecore_cocoa/ecore_cocoa_app.m
+++ b/src/lib/ecore_cocoa/ecore_cocoa_app.m
@@ -112,12 +112,6 @@ static Ecore_Cocoa_AppDelegate *_appDelegate = nil;
return _appDelegate;
}
-- (id)init
-{
- self = [super init];
- return self;
-}
-
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *) EINA_UNUSED sender
{
// XXX This should be alterable (by Elm_Window policy)