aboutsummaryrefslogtreecommitdiffstats
path: root/dither.h
diff options
context:
space:
mode:
Diffstat (limited to 'dither.h')
-rw-r--r--dither.h6
1 files changed, 0 insertions, 6 deletions
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);