aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-04-15 11:50:48 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-04-15 11:50:48 +0200
commitb1b335ae82074eb00a2972f6c7bfc645faf96ec9 (patch)
tree2307a87d5ca529e2d2a70b664a009f059245347b /fbi.c
parent30d42df3cb62212fba3e84e58237564f7e84feb9 (diff)
downloadfbida-b1b335ae82074eb00a2972f6c7bfc645faf96ec9.tar.gz
drop some dead code
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fbi.c b/fbi.c
index 397593d..e3a537b 100644
--- a/fbi.c
+++ b/fbi.c
@@ -25,10 +25,6 @@
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <linux/kd.h>
-#include <linux/vt.h>
-#include <linux/fb.h>
-
#include <jpeglib.h>
#include <libexif/exif-data.h>
@@ -95,9 +91,6 @@ int debug;
char *fbdev = NULL;
char *fbmode = NULL;
-unsigned short red[256], green[256], blue[256];
-struct fb_cmap cmap = { 0, 256, red, green, blue };
-
/* Command line options. */
int autodown;
int autoup;