edje: use EINA_UNUSED instead of __UNUSED__

This commit is contained in:
Jihoon Kim 2014-01-17 18:51:36 +09:00
parent c64b2fba9b
commit c059b12bf4
1 changed files with 1 additions and 1 deletions

View 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;