raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=695ea554f2d8e587e7cdbe0d63e6d717841c6429
commit 695ea554f2d8e587e7cdbe0d63e6d717841c6429 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Thu Sep 17 10:21:12 2020 +0100 temp - remove unused local var --- src/modules/temperature/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/temperature/e_mod_main.c b/src/modules/temperature/e_mod_main.c index 0f24e1c37..c9e2a9f24 100644 --- a/src/modules/temperature/e_mod_main.c +++ b/src/modules/temperature/e_mod_main.c @@ -273,7 +273,6 @@ _temperature_face_id_max(const Eina_Hash *hash EINA_UNUSED, const void *key, voi const char *p; int *max; int num = -1; - Config_Face *cf = hdata; max = fdata; p = strrchr(key, '.'); --