[poppler] 2 commits - poppler/Catalog.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 10 17:15:42 UTC 2019


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

New commits:
commit 0e7b76ef87378e924e9f715bfe4ff50b8af4a709
Author: Albert Astals Cid <aacid at kde.org>
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 <aacid at kde.org>
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 <krh at redhat.com>
-// Copyright (C) 2005, 2007, 2009-2011, 2013, 2017, 2018 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2005, 2007, 2009-2011, 2013, 2017-2019 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2005 Jonathan Blandford <jrb at redhat.com>
 // Copyright (C) 2005, 2006, 2008 Brad Hards <bradh at frogmouth.net>
 // Copyright (C) 2007 Julien Rebetez <julienr at svn.gnome.org>
@@ -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*


More information about the poppler mailing list