edje: use EINA_UNUSED instead of __UNUSED__
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 17 Jan 2014 09:51:36 +0000 (18:51 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 17 Jan 2014 09:51:52 +0000 (18:51 +0900)
src/lib/edje/edje_entry.c

index f4b42fa..84051ef 100644 (file)
@@ -3311,7 +3311,7 @@ void
 _edje_entry_input_panel_show_on_demand_set(Edje_Real_Part *rp, Eina_Bool ondemand)
 #else
 void
-_edje_entry_input_panel_show_on_demand_set(Edje_Real_Part *rp, Eina_Bool ondemand __UNUSED__)
+_edje_entry_input_panel_show_on_demand_set(Edje_Real_Part *rp, Eina_Bool ondemand EINA_UNUSED)
 #endif
 {
    Entry *en;