[poppler] poppler/poppler: Page.cc,1.11,1.12
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Mar 16 14:04:58 PST 2006
Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv26786/poppler
Modified Files:
Page.cc
Log Message:
* poppler/Page.cc: Remove a #ifdef that was never defined (nice to
have so sucky W args), probably came from gpdf (it's not on xpdf
sources) and was causing bugs 6079 and 6167
Might be worth backporting to the stable branch
Index: Page.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/Page.cc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Page.cc 18 Jan 2006 22:32:13 -0000 1.11
+++ Page.cc 16 Mar 2006 22:04:56 -0000 1.12
@@ -391,7 +391,6 @@
// draw non-link annotations
annotList = new Annots(xref, catalog, annots.fetch(xref, &obj));
obj.free();
-#ifdef USE_ANNOTS_VIEW
if (annotList->getNumAnnots() > 0) {
if (globalParams->getPrintCommands()) {
printf("***** Annotations\n");
@@ -405,7 +404,6 @@
}
out->dump();
}
-#endif
delete annotList;
delete gfx;
More information about the poppler
mailing list