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 --- fb-gui.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'fb-gui.c') diff --git a/fb-gui.c b/fb-gui.c index ac6e2d8..4f248ad 100644 --- a/fb-gui.c +++ b/fb-gui.c @@ -559,12 +559,3 @@ FT_Face font_open(char *fcname) /* oops, didn't work */ return NULL; } - -/* ---------------------------------------------------------------------- */ -/* clear screen (areas) */ - -void fb_clear_screen(gfxstate *gfx) -{ - if (visible) - fb_memset(gfx->mem, 0, gfx->stride * gfx->vdisplay); -} -- cgit