examples: elm_icon: remove no-op deprecated function call for icon lookup

The function is deprecated and actually a no-op already. Better make
sure we do not promote deprecated functions in our won examples.
This commit is contained in:
Stefan Schmidt 2017-07-14 14:06:34 +02:00
parent e2fa3acb40
commit 02bbcabd3f
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
elm_win_autodel_set(win, EINA_TRUE);
icon = elm_icon_add(win);
elm_icon_order_lookup_set(icon, ELM_ICON_LOOKUP_THEME_FDO);
elm_icon_standard_set(icon, "home");
path = NULL;