[elementary] Removing dup'ed line in example.

SVN revision: 61702
This commit is contained in:
Gustavo Lima Chaves 2011-07-25 19:51:24 +00:00
parent 3a59714c8c
commit 73b556f8fc
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ elm_win_resize_object_add(win, o);
evas_object_show(o);
Evas_Object *id = elm_index_add(win);
elm_win_resize_object_add(win, id);
evas_object_size_hint_weight_set(id, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_win_resize_object_add(win, id);
evas_object_show(id);