Fix build warning.

This commit is contained in:
WooHyun Jung 2013-11-20 20:23:49 +09:00
parent 10775281a7
commit cc4a41e641
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ _elm_multibuttonentry_smart_on_focus(Eo *obj, void *_pd, va_list *list)
Eina_Bool *ret = va_arg(*list, Eina_Bool *);
if (ret) *ret = EINA_FALSE;
Eina_Bool int_ret;
if (elm_widget_focus_get(obj))
{