discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3268c5d535e3f2827bc758deeea1f78eac5f16fb
commit 3268c5d535e3f2827bc758deeea1f78eac5f16fb Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 14 09:57:15 2014 -0400 remove unused var --- src/modules/gadman/e_mod_gadman.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/gadman/e_mod_gadman.c b/src/modules/gadman/e_mod_gadman.c index e143ecc..7c7b601 100644 --- a/src/modules/gadman/e_mod_gadman.c +++ b/src/modules/gadman/e_mod_gadman.c @@ -607,7 +607,6 @@ void gadman_update_bg(void) { Evas_Object *obj; - const char *ext; if (!Man->gadcons[GADMAN_LAYER_TOP]) return; if (!Man->conf) return; --
