summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-03-22 15:46:44 +0100
committerAlbert Astals Cid <aacid@kde.org>2008-03-22 15:46:44 +0100
commit0fb1e697cc4100ce23298141c8b5829273872423 (patch)
treed0bb0250e5de85249e26fda14fa578aec542ca97
parent3404cb626ee9b4520d6fe601e07560745a4cb42a (diff)
remove unneeded variable
-rw-r--r--poppler/PDFDoc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc
index b27fd7ca..0dc582cc 100644
--- a/poppler/PDFDoc.cc
+++ b/poppler/PDFDoc.cc
@@ -615,7 +615,6 @@ void PDFDoc::writeDictionnary (Dict* dict, OutStream* outStr)
void PDFDoc::writeStream (Stream* str, OutStream* outStr)
{
- int c;
outStr->printf("stream\r\n");
str->reset();
for (int c=str->getChar(); c!= EOF; c=str->getChar()) {