termio: remove useless variable

This commit is contained in:
Boris Faure 2020-11-14 22:41:13 +01:00
parent 38e72737ca
commit 049af922e2
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 0 additions and 1 deletions

View File

@ -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);