From 6c153dc8de71f204cd03deaf4fb1bdbe2d3aa6a9 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 08:15:03 +0100 Subject: move signal handling out of fb code --- fbtools.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fbtools.h') diff --git a/fbtools.h b/fbtools.h index 1636654..41cd1d7 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_catch_exit_signals(void); void fb_memset(void *addr, int c, size_t len); /* console switching */ -- cgit