diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2002-09-16 23:23:16 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2002-09-16 23:23:16 +0000 |
commit | 76434812b7a9ac54f16752f60555fcf288f24da0 (patch) | |
tree | 1f82737a6df5009e3e62734f1ecbcfabc016903f /gs/src/gximono.c | |
parent | 1b7bd7592ec4ba8002ce817f6d70d48e6bc4cd8a (diff) |
Fix: removes unused variables to avoid warnings.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@3054 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gximono.c')
-rw-r--r-- | gs/src/gximono.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gs/src/gximono.c b/gs/src/gximono.c index f45146d74..1f0faae14 100644 --- a/gs/src/gximono.c +++ b/gs/src/gximono.c @@ -478,8 +478,7 @@ image_render_mono(gx_image_enum * penum, const byte * buffer, int data_x, { /* Now fill the region between xrun and xl. */ int xi = fixed2int_var(xrun); int wi = fixed2int_var(xl) - xi; - int xei, tsx; - const gx_strip_bitmap *tile; + int xei; if (wi <= 0) { if (wi == 0) |