devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b756a3c2e06fdc027ae7395e5f48d736c1b1389a
commit b756a3c2e06fdc027ae7395e5f48d736c1b1389a Author: Chris Michael <[email protected]> Date: Fri Feb 13 09:44:05 2015 -0500 elementary: Remove unused variable Signed-off-by: Chris Michael <[email protected]> --- 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 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]; --
