ecore_cocoa: remove EINA_UNUSED because parameter is actually used
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Wed, 14 Oct 2015 07:18:06 +0000 (09:18 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 1 Dec 2015 20:15:32 +0000 (12:15 -0800)
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_cocoa/ecore_cocoa_window.m

index a1853b8..6868897 100644 (file)
@@ -52,7 +52,7 @@ static NSCursor *_cursors[__ECORE_COCOA_CURSOR_LAST];
     return YES;
 }
 
-- (void)windowWillClose:(NSNotification *) EINA_UNUSED notification
+- (void)windowWillClose:(NSNotification *) notification
 {
    NSLog(@"window is going to be closed");
    Ecore_Cocoa_Event_Window *event;