aboutsummaryrefslogtreecommitdiffstats
path: root/browser.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-01 11:05:46 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-01 11:05:46 +0100
commit8b995ae58d66333618da67432b921c78b7752862 (patch)
treee2998a85dd5835a83c0015a11fc772d7099a07dd /browser.c
parent8c074984301b0e358d0698535d9f457b703db59d (diff)
downloadfbida-8b995ae58d66333618da67432b921c78b7752862.tar.gz
drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka CAIRO_FORMAT_RGB24)
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/browser.c b/browser.c
index 34322e5..a200d0c 100644
--- a/browser.c
+++ b/browser.c
@@ -37,7 +37,6 @@
#include "browser.h"
#include "filter.h"
#include "x11.h"
-#include "dither.h"
#include "selections.h"
#include "filebutton.h"
#include "misc.h"