summaryrefslogtreecommitdiff
path: root/base/gximage.h
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2015-10-14 10:26:16 -0700
committerRay Johnston <ray.johnston@artifex.com>2016-03-04 14:01:23 -0800
commit449604f1a31067fa8e32227c3ce234b55b8cf143 (patch)
tree43000b0086a9fde7a52270c0473d5fd445fd6712 /base/gximage.h
parentf71dca797cbcdf0430fd8009c6c517baed62b4cb (diff)
downloadghostpdl-449604f1a31067fa8e32227c3ce234b55b8cf143.tar.gz
Get rid of code allowing for no 12 bit or 16 bit image support.
The gxino12b.c and gxino16b.c modules were no longer used and the graphics library always supported 12 and 16 bit images, so remove the leftover code allowing for these to be build time options. This was causing false positives with helgrind since the procs were being set into the two-dimensional array at run time. The unpackicc_16 had this same code even though there was no method or check for non-support.
Diffstat (limited to 'base/gximage.h')
-rw-r--r--base/gximage.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/gximage.h b/base/gximage.h
index 16ab2a35e..a52595ab5 100644
--- a/base/gximage.h
+++ b/base/gximage.h
@@ -123,19 +123,6 @@ typedef struct sample_map_s sample_map;
frac_value_out =\
gx_unit_frac(penum->map[i].decode_base + (frac_value) * penum->map[i].decode_factor)
-/*
- * Declare the pointer that holds the 12-bit unpacking procedure
- * if 12-bit samples are supported, 0 otherwise.
- */
-extern const sample_unpack_proc_t sample_unpack_12_proc;
-
-/*
- * Declare the pointer that holds the 16-bit unpacking procedure
- * if 16-bit samples are supported, 0 otherwise.
- */
-extern const sample_unpack_proc_t sample_unpack_16_proc;
-extern const sample_unpack_proc_t sample_unpackicc_16_proc;
-
/* Define the distinct postures of an image. */
/* Each posture includes its reflected variant. */
typedef enum {