summaryrefslogtreecommitdiff
path: root/devices/gdevdsp.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-04-05 19:57:54 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-04-20 15:03:03 +0100
commitd18dbc4375bdaf48925a877218fdadf104f607e2 (patch)
tree271d37b20ff900e6662a047b785bdbf85b3f728e /devices/gdevdsp.c
parentc2978d01201d6e74b81d7e5258f5a5b519df9cc9 (diff)
downloadghostpdl-d18dbc4375bdaf48925a877218fdadf104f607e2.tar.gz
Remove obsolete get_xfont_{procs,device} device proc.
Diffstat (limited to 'devices/gdevdsp.c')
-rw-r--r--devices/gdevdsp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/devices/gdevdsp.c b/devices/gdevdsp.c
index 077921d4d..26bc3ab25 100644
--- a/devices/gdevdsp.c
+++ b/devices/gdevdsp.c
@@ -1161,7 +1161,6 @@ display_initialize(gx_device *dev)
set_dev_proc(dev, get_params, display_get_params);
set_dev_proc(dev, put_params, display_put_params);
set_dev_proc(dev, map_cmyk_color, gx_default_cmyk_map_cmyk_color);
- set_dev_proc(dev, get_xfont_procs, gx_default_get_xfont_procs);
set_dev_proc(dev, get_page_device, gx_page_device_get_page_device);
set_dev_proc(dev, fill_rectangle_hl_color, display_fill_rectangle_hl_color);
set_dev_proc(dev, update_spot_equivalent_colors, display_update_spot_equivalent_colors);
@@ -1738,8 +1737,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(get_xfont_procs);
- COPY_PROC(get_xfont_device);
COPY_PROC(map_rgb_alpha_color);
set_dev_proc(ddev, get_page_device, gx_page_device_get_page_device);
COPY_PROC(get_clipping_box);