diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-15 11:50:48 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-15 11:50:48 +0200 |
commit | b1b335ae82074eb00a2972f6c7bfc645faf96ec9 (patch) | |
tree | 2307a87d5ca529e2d2a70b664a009f059245347b | |
parent | 30d42df3cb62212fba3e84e58237564f7e84feb9 (diff) | |
download | fbida-b1b335ae82074eb00a2972f6c7bfc645faf96ec9.tar.gz |
drop some dead code
-rw-r--r-- | fbi.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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; |