aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2014-11-26 18:50:14 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-11-27 09:17:32 +0100
commitae777f00a3dc95b450bd999a568dcff76e3ace86 (patch)
tree19584119ecae69cbbde5bd2be515c14c1bf9a4bd
parentbc769f00481213be9832c35e9d09aeb857413d30 (diff)
downloadfbida-ae777f00a3dc95b450bd999a568dcff76e3ace86.tar.gz
Drop unused headers (dither.h) by fbi
Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r--fbi.c3
-rw-r--r--filelist.c1
2 files changed, 1 insertions, 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"