summaryrefslogtreecommitdiff
path: root/devices/gdevdsp.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-06-18 12:56:34 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-06-18 13:18:36 +0100
commit44274c6d561826a1456acc5187c44ede29c30e5a (patch)
treea8ea0eb9f78cd805d954261039304791a7182e11 /devices/gdevdsp.c
parentbec912881e7e280c1047bd78c740c6994c8dd858 (diff)
downloadghostpdl-44274c6d561826a1456acc5187c44ede29c30e5a.tar.gz
Strip out map_rgb_alpha_color.
No longer used.
Diffstat (limited to 'devices/gdevdsp.c')
-rw-r--r--devices/gdevdsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/devices/gdevdsp.c b/devices/gdevdsp.c
index 11bd0f91d..13730b3da 100644
--- a/devices/gdevdsp.c
+++ b/devices/gdevdsp.c
@@ -1745,7 +1745,6 @@ display_alloc_bitmap(gx_device_display * ddev, gx_device * param_dev)
COPY_PROC(get_params);
COPY_PROC(put_params);
COPY_PROC(map_cmyk_color);
- COPY_PROC(map_rgb_alpha_color);
set_dev_proc(ddev, get_page_device, gx_page_device_get_page_device);
COPY_PROC(get_clipping_box);
COPY_PROC(map_color_rgb_alpha);