elm_disselector.c: removed redundant code.

This fixes 'dereference before null check' issue which was spotted by coverity. CID 1040001.
This commit is contained in:
Daniel Juyung Seo 2013-07-06 13:01:55 +09:00
parent 23d6d17695
commit b0e946684a
1 changed files with 0 additions and 1 deletions

View File

@ -917,7 +917,6 @@ _elm_diskselector_smart_focus_next(Eo *obj, void *_pd EINA_UNUSED, va_list *list
Elm_Focus_Direction dir = va_arg(*list, Elm_Focus_Direction);
Evas_Object **next = va_arg(*list, Evas_Object **);
Eina_Bool *ret = va_arg(*list, Eina_Bool *);
*ret = EINA_FALSE;
if (ret) *ret = EINA_FALSE;
Eina_Bool int_ret;