[poppler] poppler/Annot.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Oct 4 11:06:04 PDT 2008
poppler/Annot.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 360f470b852e37d400949343763a18bf598820e8
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Oct 4 20:04:44 2008 +0200
Remove unused var
diff --git a/poppler/Annot.cc b/poppler/Annot.cc
index 158b689..6e35b2a 100644
--- a/poppler/Annot.cc
+++ b/poppler/Annot.cc
@@ -814,7 +814,7 @@ Annot::Annot(XRef *xrefA, Dict *dict, Catalog* catalog, Object *obj) {
}
void Annot::initialize(XRef *xrefA, Dict *dict, Catalog *catalog) {
- Object apObj, asObj, obj1, obj2, obj3;
+ Object asObj, obj1, obj2, obj3;
appRef.num = 0;
appRef.gen = 65535;
More information about the poppler
mailing list