billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=049af922e2fb45438f774d0c7e5600100b0bb77e
commit 049af922e2fb45438f774d0c7e5600100b0bb77e Author: Boris Faure <[email protected]> Date: Sat Nov 14 22:41:13 2020 +0100 termio: remove useless variable --- src/bin/termio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index 1892129..3bf57d9 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -2686,7 +2686,6 @@ _cb_ctxp_sel_open_as_url(void *data, { Evas_Object *term = data; Termio *sd = evas_object_smart_data_get(term); - Eina_Strbuf *sb = NULL; EINA_SAFETY_ON_NULL_RETURN(sd); --
