diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-11-26 18:50:14 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-27 09:17:32 +0100 |
commit | ae777f00a3dc95b450bd999a568dcff76e3ace86 (patch) | |
tree | 19584119ecae69cbbde5bd2be515c14c1bf9a4bd /fbi.c | |
parent | bc769f00481213be9832c35e9d09aeb857413d30 (diff) | |
download | fbida-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>
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |