ecore_cocoa: remove EINA_UNUSED because parameter is actually used

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jean Guyomarc'h 2015-10-14 09:18:06 +02:00 committed by Cedric BAIL
parent 63ad6ed3f0
commit b61fc5814b
1 changed files with 1 additions and 1 deletions

View 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;