From ae777f00a3dc95b450bd999a568dcff76e3ace86 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Wed, 26 Nov 2014 18:50:14 +0100 Subject: Drop unused headers (dither.h) by fbi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Aulery Signed-off-by: Gerd Hoffmann --- fbi.c | 3 +-- filelist.c | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/fbi.c b/fbi.c index 5fdaa36..810fbb2 100644 --- a/fbi.c +++ b/fbi.c @@ -35,7 +35,6 @@ #endif #include "readers.h" -#include "dither.h" #include "fbtools.h" #include "fb-gui.h" #include "filter.h" @@ -89,7 +88,7 @@ int lirc = -1; /* variables for read_image */ int32_t lut_red[256], lut_green[256], lut_blue[256]; -int dither = FALSE, pcd_res = 3; +int pcd_res = 3; int v_steps = 50; int h_steps = 50; int textreading = 0, redraw = 0, statusline = 1; diff --git a/filelist.c b/filelist.c index 366d52a..19c85b2 100644 --- a/filelist.c +++ b/filelist.c @@ -39,7 +39,6 @@ #include "browser.h" #include "filter.h" #include "x11.h" -#include "dither.h" #include "selections.h" #include "filebutton.h" #include "filelist.h" -- cgit