diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2015-10-14 09:41:08 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-12-01 12:15:32 -0800 |
commit | a8c9c9a60efc138dbd6190d5b8c20c029a94ca4f (patch) | |
tree | dcff1806d668b8fd3657153f6c4fd7f0bf767b50 /src/lib/ecore_cocoa | |
parent | f83ece242ec25a63192fc0131c63df4e73d46af3 (diff) |
ecore_cocoa: remove EINA_UNUSED because parameter is 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 1e769521f6..a9f1e9f701 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m | |||
@@ -67,7 +67,7 @@ static NSCursor *_cursors[__ECORE_COCOA_CURSOR_LAST]; | |||
67 | ecore_event_add(ECORE_COCOA_EVENT_WINDOW_DESTROY, event, NULL, NULL); | 67 | ecore_event_add(ECORE_COCOA_EVENT_WINDOW_DESTROY, event, NULL, NULL); |
68 | } | 68 | } |
69 | 69 | ||
70 | - (void)windowDidResize:(NSNotification *) EINA_UNUSED notif | 70 | - (void)windowDidResize:(NSNotification *) notif |
71 | { | 71 | { |
72 | Ecore_Cocoa_Event_Video_Resize *event; | 72 | Ecore_Cocoa_Event_Video_Resize *event; |
73 | NSSize size = self.frame.size; | 73 | NSSize size = self.frame.size; |