summaryrefslogtreecommitdiffstats
path: root/source/t/xfig/xfig.png14.nodither.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/t/xfig/xfig.png14.nodither.diff')
-rw-r--r--source/t/xfig/xfig.png14.nodither.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/t/xfig/xfig.png14.nodither.diff b/source/t/xfig/xfig.png14.nodither.diff
deleted file mode 100644
index 512e236ab..000000000
--- a/source/t/xfig/xfig.png14.nodither.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./f_readpng.c.orig 2002-09-19 16:07:59.000000000 -0500
-+++ ./f_readpng.c 2010-02-19 19:31:42.000000000 -0600
-@@ -133,7 +133,7 @@
-
- if (png_get_PLTE(png_ptr, info_ptr, &palette, &num_palette)) {
- png_get_hIST(png_ptr, info_ptr, &histogram);
-- png_set_dither(png_ptr, palette, num_palette, 256, histogram, 0);
-+ /* png_set_dither(png_ptr, palette, num_palette, 256, histogram, 0); */
- }
- }
- if (color_type == PNG_COLOR_TYPE_GRAY || color_type == PNG_COLOR_TYPE_GRAY_ALPHA) {