summaryrefslogtreecommitdiff
path: root/gpdl/psitop.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-06-25 15:12:26 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-06-25 15:12:26 +0100
commitf5b28fa033b4837f3cc28943f5c022bf48ca39d4 (patch)
treecc7248a505624ebcaacf94a8b96072ec7cd99c02 /gpdl/psitop.c
parentae5bcb6df4b9aa4337a93d5ce8c8152ea4494941 (diff)
downloadghostpdl-f5b28fa033b4837f3cc28943f5c022bf48ca39d4.tar.gz
GPDL: Remove "min_input_size" from pl_interp_characteristics_t
Never used.
Diffstat (limited to 'gpdl/psitop.c')
-rw-r--r--gpdl/psitop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpdl/psitop.c b/gpdl/psitop.c
index 284b4b094..ce755e0b4 100644
--- a/gpdl/psitop.c
+++ b/gpdl/psitop.c
@@ -309,8 +309,7 @@ ps_impl_characteristics(const pl_interp_implementation_t *impl) /* implement
ps_detect_language,
"Artifex",
PSVERSION,
- PSBUILDDATE,
- 1 /* minimum input size to PostScript */
+ PSBUILDDATE
};
#undef PSVERSION
#undef PSBUILDDATE