[poppler] Branch 'poppler-0.16' - poppler/XRef.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Jan 8 05:04:07 PST 2011
poppler/XRef.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 0ab173a55af9aa3df4c09e120e7f775f80d23f90
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Jan 8 13:03:31 2011 +0000
Remove declaration of function without implementation
diff --git a/poppler/XRef.h b/poppler/XRef.h
index ce4e9fe..8b77b6c 100644
--- a/poppler/XRef.h
+++ b/poppler/XRef.h
@@ -14,7 +14,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2005 Brad Hards <bradh at frogmouth.net>
-// Copyright (C) 2006, 2008, 2010 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2006, 2008, 2010, 2011 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2007-2008 Julien Rebetez <julienr at svn.gnome.org>
// Copyright (C) 2007 Carlos Garcia Campos <carlosgc at gnome.org>
// Copyright (C) 2010 Ilya Gorenbein <igorenbein at finjan.com>
@@ -169,7 +169,6 @@ private:
GBool readXRefStreamSection(Stream *xrefStr, int *w, int first, int n);
GBool readXRefStream(Stream *xrefStr, Guint *pos);
GBool constructXRef(GBool *wasReconstructed);
- Guint strToUnsigned(char *s);
GBool parseEntry(Guint offset, XRefEntry *entry);
};
More information about the poppler
mailing list