ecore_cocoa: remove EINA_UNUSED because parameter is used

This commit is contained in:
Jean Guyomarc'h 2015-10-14 09:41:08 +02:00 committed by Nicolas Aguirre
parent 1d0af3490c
commit a77a05c249
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static NSCursor *_cursors[__ECORE_COCOA_CURSOR_LAST];
ecore_event_add(ECORE_COCOA_EVENT_WINDOW_DESTROY, event, NULL, NULL);
}
- (void)windowDidResize:(NSNotification *) EINA_UNUSED notif
- (void)windowDidResize:(NSNotification *) notif
{
Ecore_Cocoa_Event_Video_Resize *event;
NSSize size = self.frame.size;