summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-09-27 11:19:24 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-10-20 18:22:47 +0200
commitcc6be9c3577168805ec34b2d396e63361012282b (patch)
tree7dc794b08a1a6a786d540516c623cb1eebfb1863 /base/gstext.h
parentImport Ghostscript 9.54 (diff)
downloadghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.gz
ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.bz2
ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.zip
Import Ghostscript 9.55ghostscript-9.55
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'base/gstext.h')
-rw-r--r--base/gstext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/gstext.h b/base/gstext.h
index e8de9fea..630d16b8 100644
--- a/base/gstext.h
+++ b/base/gstext.h
@@ -159,10 +159,7 @@ typedef struct gs_text_enum_s gs_text_enum_t;
gs_gstate *pgs,\
const gs_text_params_t *text,\
gs_font *font,\
- gx_path *path, /* unless DO_NONE */\
- const gx_device_color *pdcolor, /* if DO_DRAW */\
const gx_clip_path *pcpath, /* if DO_DRAW */\
- gs_memory_t *memory,\
gs_text_enum_t **ppte)
#define dev_proc_text_begin(proc)\
dev_t_proc_text_begin(proc, gx_device)