summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-23 22:48:06 -0700
committerKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-23 22:48:06 -0700
commit60f5bcea4a920441e25ae11d677636242aabb2db (patch)
tree834e6be2698188098cc8fcf08c8cf47503e93f2e
parent3179eee44eb0afbc642675268b9a4abb16ccdde3 (diff)
Remove unused variables.
-rw-r--r--utils/pdftoppm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc
index e64a4f88..164679de 100644
--- a/utils/pdftoppm.cc
+++ b/utils/pdftoppm.cc
@@ -131,7 +131,7 @@ int main(int argc, char *argv[]) {
SplashOutputDev *splashOut;
GBool ok;
int exitCode;
- int pg, pg_num_len, pg_x_len, pg_y_len;
+ int pg, pg_num_len;
double pg_w, pg_h, tmp;
exitCode = 99;