ecore_cocoa: remove EINA_UNUSED because parameter is actually used 86/82886/3
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Wed, 14 Oct 2015 07:18:06 +0000 (09:18 +0200)
committerHermet Park <chuneon.park@samsung.com>
Fri, 2 Sep 2016 02:55:33 +0000 (19:55 -0700)
Change-Id: Ib2d092cce23f90ec6a6e92ba741993014a55fe57
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;