options_behavior: remove unused variable

This commit is contained in:
Boris Faure 2019-05-26 22:41:26 +02:00
parent fff087bead
commit 372893297b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ static void
_add_cursors_option(Evas_Object *bx,
Behavior_Ctx *ctx)
{
Evas_Object *lbl, *rd, *rdg, *layout, *oe;
Evas_Object *lbl, *rd, *rdg, *layout;
lbl = elm_label_add(bx);
evas_object_size_hint_weight_set(lbl, EVAS_HINT_EXPAND, 0.0);