Add UNUSED

SVN revision: 51321
This commit is contained in:
Christopher Michael 2010-08-18 19:31:31 +00:00
parent 539a4df22e
commit bd09f79ddf
1 changed files with 3 additions and 2 deletions

View File

@ -238,9 +238,10 @@ _e_gadcon_popup_position(E_Gadcon_Popup *pop)
}
static void
_e_gadcon_popup_changed_size_hints_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
_e_gadcon_popup_changed_size_hints_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
{
E_Gadcon_Popup *pop = data;
E_Gadcon_Popup *pop;
pop = data;
_e_gadcon_popup_size_recalc(pop, obj);
}