woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3d2e5d44aa4edc1675914b546535d44311cc22ae

commit 3d2e5d44aa4edc1675914b546535d44311cc22ae
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Wed Nov 20 20:23:49 2013 +0900

    Fix build warning.
---
 src/lib/elc_multibuttonentry.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c
index 77004f9..800401b 100644
--- a/src/lib/elc_multibuttonentry.c
+++ b/src/lib/elc_multibuttonentry.c
@@ -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))
      {

-- 


Reply via email to