diff options
Diffstat (limited to 'src/lib/ecore_cocoa/ecore_cocoa_app.h')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_app.h | 1 |
1 files changed, 0 insertions, 1 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 @@ | |||
24 | @interface Ecore_Cocoa_AppDelegate : NSObject <NSApplicationDelegate> | 24 | @interface Ecore_Cocoa_AppDelegate : NSObject <NSApplicationDelegate> |
25 | 25 | ||
26 | + (Ecore_Cocoa_AppDelegate *)appDelegate; | 26 | + (Ecore_Cocoa_AppDelegate *)appDelegate; |
27 | - (id)init; | ||
28 | 27 | ||
29 | @end | 28 | @end |
30 | 29 | ||