aboutsummaryrefslogtreecommitdiffstats
path: root/fb-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'fb-gui.c')
-rw-r--r--fb-gui.c9
1 files changed, 0 insertions, 9 deletions
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);
-}