poppler/Catalog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 0e7b76ef87378e924e9f715bfe4ff50b8af4a709 Author: Albert Astals Cid <[email protected]> Date: Sun Feb 10 18:02:11 2019 +0100 NameTree: remove undefined function diff --git a/poppler/Catalog.h b/poppler/Catalog.h index a8b9e814..97ac35a0 100644 --- a/poppler/Catalog.h +++ b/poppler/Catalog.h @@ -83,7 +83,6 @@ private: ~Entry(); GooString name; Object value; - void free(); static int cmpEntry(const void *voidEntry, const void *voidOtherEntry); static int cmp(const void *key, const void *entry); }; commit e65dfd791447225c9477f973cbc172b269164af9 Author: Albert Astals Cid <[email protected]> Date: Sun Feb 10 18:01:25 2019 +0100 NameTree: Remove unused member diff --git a/poppler/Catalog.h b/poppler/Catalog.h index ab120b3f..a8b9e814 100644 --- a/poppler/Catalog.h +++ b/poppler/Catalog.h @@ -14,7 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2005 Kristian Høgsberg <[email protected]> -// Copyright (C) 2005, 2007, 2009-2011, 2013, 2017, 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2005, 2007, 2009-2011, 2013, 2017-2019 Albert Astals Cid <[email protected]> // Copyright (C) 2005 Jonathan Blandford <[email protected]> // Copyright (C) 2005, 2006, 2008 Brad Hards <[email protected]> // Copyright (C) 2007 Julien Rebetez <[email protected]> @@ -92,7 +92,6 @@ private: void addEntry(Entry *entry); XRef *xref; - Object *root; Entry **entries; int size, length; // size is the number of entries in // the array of Entry* _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
