From a1c7f8a36106565196b46de43e5d20d81a0fc348 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 18 Jul 2014 12:00:52 +0200 Subject: [PATCH] popup: Remove unused variable. int_ret was never used here. Looks like a copy and paste error. --- src/lib/elc_popup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c index f307e9a..c5a3d78 100644 --- a/src/lib/elc_popup.c +++ b/src/lib/elc_popup.c @@ -294,7 +294,6 @@ _elm_popup_elm_widget_theme_apply(Eo *obj, Elm_Popup_Data *sd) unsigned int i = 0; Eina_List *elist; char buf[1024], style[1024]; - Eina_Bool int_ret = EINA_FALSE; _mirrored_set(obj, elm_widget_mirrored_get(obj)); -- 2.7.4