lib/gterm: Remove now-useless full_refresh() call

This commit is contained in:
mintsuki 2022-12-16 03:41:42 +01:00
parent 72f074bfc2
commit 78075319d4
1 changed files with 0 additions and 1 deletions

View File

@ -819,7 +819,6 @@ no_load_font:;
term->in_bootloader = true;
term_context_reinit(term);
term->full_refresh(term);
term_backend = GTERM;