ecore_cocoa_app: don't override init 03/82903/3
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Fri, 16 Oct 2015 07:53:26 +0000 (09:53 +0200)
committerHermet Park <chuneon.park@samsung.com>
Fri, 2 Sep 2016 03:03:36 +0000 (20:03 -0700)
Change-Id: I321f90cd04dc415c53d60f236e8bf5c032ac4c81
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_cocoa/ecore_cocoa_app.h
src/lib/ecore_cocoa/ecore_cocoa_app.m

index bc2bbd8..3e20639 100644 (file)
@@ -24,7 +24,6 @@
 @interface Ecore_Cocoa_AppDelegate : NSObject <NSApplicationDelegate>
 
 + (Ecore_Cocoa_AppDelegate *)appDelegate;
-- (id)init;
 
 @end
 
index b3bf1af..e7598ab 100644 (file)
@@ -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)