From 8b995ae58d66333618da67432b921c78b7752862 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 1 Feb 2019 11:05:46 +0100 Subject: drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka CAIRO_FORMAT_RGB24) --- dither.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dither.h (limited to 'dither.h') diff --git a/dither.h b/dither.h deleted file mode 100644 index b209de6..0000000 --- a/dither.h +++ /dev/null @@ -1,6 +0,0 @@ - -extern void (*dither_line)(unsigned char *, unsigned char *, int, int); - -void init_dither(int, int, int, int); -void dither_line_color(unsigned char *, unsigned char *, int, int); -void dither_line_gray(unsigned char *, unsigned char *, int, int); -- cgit