poppler/XRef.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 17baf0498485720b4ea5952bb46287f533139d0a
Author: Albert Astals Cid <[email protected]>
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 <[email protected]>
-// Copyright (C) 2006, 2008, 2010 Albert Astals Cid <[email protected]>
+// Copyright (C) 2006, 2008, 2010, 2011 Albert Astals Cid <[email protected]>
 // Copyright (C) 2007-2008 Julien Rebetez <[email protected]>
 // Copyright (C) 2007 Carlos Garcia Campos <[email protected]>
 // Copyright (C) 2010 Ilya Gorenbein <[email protected]>
@@ -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);
 
 };
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to