From f0b20369b14b1933ce1b2943a45e0f790118c915 Mon Sep 17 00:00:00 2001
From: Jannick <thirdedition@gmx.net>
Date: Sun, 16 Jul 2017 20:01:27 +0200
Subject: [PATCH 5/6] removed unused variables

---
 poppler/Stream.cc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/poppler/Stream.cc b/poppler/Stream.cc
index e3d5cf6..098c946 100644
--- a/poppler/Stream.cc
+++ b/poppler/Stream.cc
@@ -3536,12 +3536,10 @@ GBool DCTStream::readHeader() {
 }
 
 GBool DCTStream::readBaselineSOF() {
-  int length;
   int prec;
   int i;
   int c;
 
-  length = read16();
   prec = str->getChar();
   height = read16();
   width = read16();
@@ -3576,12 +3574,10 @@ GBool DCTStream::readBaselineSOF() {
 }
 
 GBool DCTStream::readProgressiveSOF() {
-  int length;
   int prec;
   int i;
   int c;
 
-  length = read16();
   prec = str->getChar();
   height = read16();
   width = read16();
-- 
2.7.1.windows.2

