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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fb-gui.h') diff --git a/fb-gui.h b/fb-gui.h index 7b5d50e..f3a48f8 100644 --- a/fb-gui.h +++ b/fb-gui.h @@ -28,5 +28,3 @@ void shadow_draw_text_box(FT_Face face, int x, int y, int percent, void font_init(void); FT_Face font_open(char *fcname); - -void fb_clear_screen(gfxstate *gfx); -- cgit