From b1b335ae82074eb00a2972f6c7bfc645faf96ec9 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 15 Apr 2019 11:50:48 +0200 Subject: drop some dead code --- fbi.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fbi.c') diff --git a/fbi.c b/fbi.c index 397593d..e3a537b 100644 --- a/fbi.c +++ b/fbi.c @@ -25,10 +25,6 @@ #include #include -#include -#include -#include - #include #include @@ -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; -- cgit