win: remove useless elm_layout_content_unset()

This commit is contained in:
Boris Faure 2020-02-03 21:56:53 +01:00
parent 2051978591
commit 941328d3f2
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

@ -5954,7 +5954,6 @@ _term_free(Term *term)
evas_object_del(term->termio);
term->termio = NULL;
elm_layout_content_unset(term->bg, "terminology.content");
evas_object_del(term->core);
term->core = NULL;
evas_object_del(term->bg);