summaryrefslogtreecommitdiff
path: root/base/gxcmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxcmap.c')
-rw-r--r--base/gxcmap.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/base/gxcmap.c b/base/gxcmap.c
index 65bdfb009..7d7ea8bd4 100644
--- a/base/gxcmap.c
+++ b/base/gxcmap.c
@@ -1981,16 +1981,6 @@ cmyk_16bit_map_color_cmyk(gx_device * dev, gx_color_index color,
return 0;
}
-/* Default mapping between RGB+alpha and RGB. */
-
-int
-gx_default_map_color_rgb_alpha(gx_device * dev, gx_color_index color,
- gx_color_value prgba[4])
-{
- prgba[3] = gx_max_color_value; /* alpha = 1 */
- return (*dev_proc(dev, map_color_rgb)) (dev, color, prgba);
-}
-
frac
gx_unit_frac(float fvalue)
{