diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 08:22:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 08:22:11 +0100 |
commit | 50b6d744c9d1c0afc46b9ac34fce765f05020900 (patch) | |
tree | ed3cbe4ef1174ed0f436d0bf6dc1f9262a799e49 /fbi.c | |
parent | 6c153dc8de71f204cd03deaf4fb1bdbe2d3aa6a9 (diff) | |
download | fbida-50b6d744c9d1c0afc46b9ac34fce765f05020900.tar.gz |
zap fb_clear_screen
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1401,7 +1401,6 @@ static void flist_img_load(struct flist *f, int prefetch) static void cleanup_and_exit(int code) { shadow_fini(); - fb_clear_screen(gfx); tty_restore(); gfx->cleanup_display(); flist_print_tagged(stdout); |