From 5e7572dd3b05e5c5e76ab185dd77367f8ae738e5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 23 Mar 2016 16:28:10 +0100 Subject: gfx: move over cleanup function --- fbtools.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fbtools.h') diff --git a/fbtools.h b/fbtools.h index 363a163..1636654 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_cleanup(void); void fb_catch_exit_signals(void); void fb_memset(void *addr, int c, size_t len); -- cgit