From be090bed15aefa6d5893288ae5bed81ea12f9724 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 15 Jan 2009 11:54:44 +0100 Subject: remove unused variables --- src/PostscriptDSC.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PostscriptDSC.cxx b/src/PostscriptDSC.cxx index 99354e7..852edfb 100644 --- a/src/PostscriptDSC.cxx +++ b/src/PostscriptDSC.cxx @@ -35,8 +35,7 @@ PostscriptDSC::parse(int fd) { FILE *fp; char linebuf[1024]; int x, y, w, h; - int p1 = 0, ps; - int i = 0; + int p1 = 0; int bb_read = 0; int max_pages = 128; -- cgit v1.2.3