Add UNUSED where missing.

Fix formatting.



SVN revision: 57834
This commit is contained in:
Christopher Michael 2011-03-18 00:11:59 +00:00
parent 3dc3094518
commit 895c3e6546
1 changed files with 3 additions and 2 deletions

View File

@ -571,11 +571,12 @@ _match_list_del(Eina_List **list, Match_Config *m)
}
static void
_cb_dialog_resize(void *data, Evas *e, Evas_Object *obj, void *event_info)
_cb_dialog_resize(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
{
Evas_Object *bg, *of = data;
Evas_Object *bg, *of;
int x, y, w, h;
of = data;
bg = evas_object_data_get(of, "bg");
evas_object_geometry_get(obj, &x, &y, &w, &h);