elm test - unused vars - fix warning and remove them

This commit is contained in:
Carsten Haitzler 2017-04-21 16:49:29 +09:00
parent b9991b045c
commit c9377e2ef7
1 changed files with 0 additions and 2 deletions

View File

@ -64,9 +64,7 @@ static void
user_min_slider_cb(void *data EINA_UNUSED, const Efl_Event *event)
{
int val = elm_slider_value_get(event->object);
Eo *win = data, *box;
box = efl_key_wref_get(win, "box");
efl_gfx_size_hint_min_set(objects[3], val, val);
}