diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2015-10-14 09:18:06 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-12-01 12:15:32 -0800 |
commit | b61fc5814bb04ffa19ac270a7c5085350f14ac95 (patch) | |
tree | 967bbe7fcb4e00f389a1d2da63f887235a899e74 /src/lib/ecore_cocoa | |
parent | 63ad6ed3f0c405d116344806f78a8d359d31ca3b (diff) |
ecore_cocoa: remove EINA_UNUSED because parameter is actually used
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index a1853b80bc..68688971b4 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m | |||
@@ -52,7 +52,7 @@ static NSCursor *_cursors[__ECORE_COCOA_CURSOR_LAST]; | |||
52 | return YES; | 52 | return YES; |
53 | } | 53 | } |
54 | 54 | ||
55 | - (void)windowWillClose:(NSNotification *) EINA_UNUSED notification | 55 | - (void)windowWillClose:(NSNotification *) notification |
56 | { | 56 | { |
57 | NSLog(@"window is going to be closed"); | 57 | NSLog(@"window is going to be closed"); |
58 | Ecore_Cocoa_Event_Window *event; | 58 | Ecore_Cocoa_Event_Window *event; |