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 --- fbtools.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fbtools.h') diff --git a/fbtools.h b/fbtools.h index 41cd1d7..4f14f6f 100644 --- a/fbtools.h +++ b/fbtools.h @@ -10,7 +10,6 @@ extern int fb_switch_state; /* init + cleanup */ gfxstate *fb_init(char *device, char *mode, int vt); -void fb_memset(void *addr, int c, size_t len); /* console switching */ int fb_switch_init(void); -- cgit