From 50b6d744c9d1c0afc46b9ac34fce765f05020900 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 08:22:11 +0100 Subject: zap fb_clear_screen --- fbi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fbi.c') diff --git a/fbi.c b/fbi.c index e423efa..e9054c1 100644 --- a/fbi.c +++ b/fbi.c @@ -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); -- cgit