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 + (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)