From: Chris Michael Date: Fri, 13 Feb 2015 14:44:05 +0000 (-0500) Subject: elementary: Remove unused variable X-Git-Tag: v1.14.0-alpha1~185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b756a3c2e06fdc027ae7395e5f48d736c1b1389a;p=platform%2Fupstream%2Felementary.git elementary: Remove unused variable Signed-off-by: Chris Michael --- diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c index 54ec6ef..f23ad22 100644 --- a/src/lib/elc_popup.c +++ b/src/lib/elc_popup.c @@ -293,7 +293,6 @@ EOLIAN static Eina_Bool _elm_popup_elm_widget_theme_apply(Eo *obj, Elm_Popup_Data *sd) { Elm_Popup_Item_Data *it; - unsigned int i = 0; Eina_List *elist; char buf[1024], style[1024];