summaryrefslogtreecommitdiff
path: root/xps
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 /xps
parentae5bcb6df4b9aa4337a93d5ce8c8152ea4494941 (diff)
downloadghostpdl-f5b28fa033b4837f3cc28943f5c022bf48ca39d4.tar.gz
GPDL: Remove "min_input_size" from pl_interp_characteristics_t
Never used.
Diffstat (limited to 'xps')
-rw-r--r--xps/xpstop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xps/xpstop.c b/xps/xpstop.c
index 7e9b2d575..6b0c182c7 100644
--- a/xps/xpstop.c
+++ b/xps/xpstop.c
@@ -76,8 +76,7 @@ xps_impl_characteristics(const pl_interp_implementation_t *pimpl)
xps_detect_language,
"Artifex",
XPS_VERSION,
- XPS_BUILD_DATE,
- XPS_PARSER_MIN_INPUT_SIZE, /* Minimum input size */
+ XPS_BUILD_DATE
};
return &xps_characteristics;
}