billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=292215d7703aa3d61d5201b5e274cd29a037df11
commit 292215d7703aa3d61d5201b5e274cd29a037df11 Author: Boris Faure <[email protected]> Date: Mon Nov 16 13:08:56 2020 +0100 vin: remove unused variable --- src/bin/win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/win.c b/src/bin/win.c index f21d342..7c01728 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -5910,8 +5910,6 @@ void change_theme(Evas_Object *win, Config *config) EINA_LIST_FOREACH(terms, l, term) { - Evas_Object *edje = term->bg_edj; - if (!theme_apply(term->bg, config, "terminology/background", NULL, NULL, EINA_TRUE)) ERR("Couldn't find terminology theme!"); --
