projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e7cbd
)
elementary - don't use __UNUSED__ anymore
author
ChunEon Park
<hermet@hermet.pe.kr>
Wed, 15 Jan 2014 05:36:55 +0000
(14:36 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Wed, 15 Jan 2014 05:36:55 +0000
(14:36 +0900)
src/lib/elc_naviframe.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_naviframe.c
b/src/lib/elc_naviframe.c
index b7e47b454bf513cda9dc2bf18b39ca13b9586da1..3599357bcba758677fefa97bcd519d7f9eec4f4d 100644
(file)
--- a/
src/lib/elc_naviframe.c
+++ b/
src/lib/elc_naviframe.c
@@
-303,9
+303,9
@@
_item_style_set(Elm_Naviframe_Item *it,
static void
_on_item_title_transition_finished(void *data,
- Evas_Object *obj
__UNUSED__
,
- const char *emission
__UNUSED__
,
- const char *source
__UNUSED__
)
+ Evas_Object *obj
EINA_UNUSED
,
+ const char *emission
EINA_UNUSED
,
+ const char *source
EINA_UNUSED
)
{
Elm_Naviframe_Item *it = data;