Fix build warning.
authorWooHyun Jung <wh0705.jung@samsung.com>
Wed, 20 Nov 2013 11:23:49 +0000 (20:23 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Wed, 20 Nov 2013 11:23:49 +0000 (20:23 +0900)
legacy/elementary/src/lib/elc_multibuttonentry.c

index 77004f9..800401b 100644 (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))
      {