summaryrefslogtreecommitdiff
path: root/psi/imainarg.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-08-05 16:16:39 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-08-06 12:03:49 +0100
commit34703d722359c7547c532a3e24d2cd81c3f332f5 (patch)
tree58d0788a7ab8c4b1d0e34fa4ab1cf53d44ce8b01 /psi/imainarg.c
parent932dc770a270ff7c70e899f953df9e9c72620d47 (diff)
downloadghostpdl-34703d722359c7547c532a3e24d2cd81c3f332f5.tar.gz
Trigger an initgraphics on every usage of -p within gs.
This enables us to set the resolution and have it reflected.
Diffstat (limited to 'psi/imainarg.c')
-rw-r--r--psi/imainarg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/psi/imainarg.c b/psi/imainarg.c
index 57622a967..2107c8f15 100644
--- a/psi/imainarg.c
+++ b/psi/imainarg.c
@@ -932,8 +932,6 @@ run_stdin:
{
char *adef = arg_copy(arg, minst->heap);
char *eqp;
- bool isd = (sw == 'D' || sw == 'd');
- ref value;
if (adef == NULL)
return gs_error_Fatal;