ui: silence EFL warning.

I've no idea which EO API was accessed but using this here has
no effect so remove it.
This commit is contained in:
Alastair Poole 2020-09-14 23:45:14 +01:00
parent 97a92a2ed7
commit 814e6b9e2f
1 changed files with 0 additions and 1 deletions

View File

@ -1413,7 +1413,6 @@ _ui_content_system_add(Ui *ui)
elm_genlist_multi_select_set(plist, EINA_FALSE);
evas_object_size_hint_weight_set(plist, EXPAND, EXPAND);
evas_object_size_hint_align_set(plist, FILL, FILL);
elm_win_resize_object_add(ui->win, plist);
box2 = elm_box_add(parent);
evas_object_size_hint_weight_set(box2, EXPAND, EXPAND);