[poppler] 3 commits - goo/PNGWriter.h poppler/Hints.h poppler/OptionalContent.h

Albert Astals Cid aacid at kemper.freedesktop.org
Fri Aug 16 14:35:46 PDT 2013


 goo/PNGWriter.h           |    4 ++--
 poppler/Hints.h           |    3 +--
 poppler/OptionalContent.h |    2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 6efc0c7ad97a82064a1e2c47e0b063b606e56bb7
Author: Albert Astals Cid <aacid at kde.org>
Date:   Fri Aug 16 23:31:54 2013 +0200

    Remove unused xref member

diff --git a/poppler/OptionalContent.h b/poppler/OptionalContent.h
index 02c9a47..2e41646 100644
--- a/poppler/OptionalContent.h
+++ b/poppler/OptionalContent.h
@@ -4,6 +4,7 @@
 //
 // Copyright 2007 Brad Hards <bradh at kde.org>
 // Copyright 2008 Carlos Garcia Campos <carlosgc at gnome.org>
+// Copyright 2013 Albert Astals Cid <aacid at kde.org>
 //
 // Released under the GPL (version 2, or later, at your option)
 //
@@ -101,7 +102,6 @@ public:
   UsageState getPrintState() { return printState; }
 
 private:
-  XRef *xref;
   GooString *m_name;
   Ref m_ref;
   State m_state;
commit cb5160aa74f64b78a20aaed4b89fead850b42e9b
Author: Albert Astals Cid <aacid at kde.org>
Date:   Fri Aug 16 23:31:17 2013 +0200

    Remove usnused objectNumberFirst member

diff --git a/poppler/Hints.h b/poppler/Hints.h
index f5225f9..f46c07f 100644
--- a/poppler/Hints.h
+++ b/poppler/Hints.h
@@ -5,7 +5,7 @@
 // This file is licensed under the GPLv2 or later
 //
 // Copyright 2010 Hib Eris <hib at hiberis.nl>
-// Copyright 2010 Albert Astals Cid <aacid at kde.org>
+// Copyright 2010, 2013 Albert Astals Cid <aacid at kde.org>
 // Copyright 2013 Adrian Johnson <ajohnson at redneon.com>
 //
 //========================================================================
@@ -57,7 +57,6 @@ private:
   int pageObjectFirst;
   Goffset pageOffsetFirst;
   Guint pageEndFirst;
-  int objectNumberFirst;
 
   Guint nObjectLeast;
   Guint objectOffsetFirst;
commit a642aad68733c25f4055c268d691eedcf4e14a22
Author: Albert Astals Cid <aacid at kde.org>
Date:   Fri Aug 16 23:30:50 2013 +0200

    PNGWriterPrivate is actually a struct not a class

diff --git a/goo/PNGWriter.h b/goo/PNGWriter.h
index c73c964..ac8f95a 100644
--- a/goo/PNGWriter.h
+++ b/goo/PNGWriter.h
@@ -6,7 +6,7 @@
 //
 // Copyright (C) 2009 Warren Toomey <wkt at tuhs.org>
 // Copyright (C) 2009 Shen Liang <shenzhuxi at gmail.com>
-// Copyright (C) 2009, 2011, 2012 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2009, 2011-2013 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2009 Stefan Thomas <thomas at eload24.com>
 // Copyright (C) 2010, 2011 Adrian Johnson <ajohnson at redneon.com>
 // Copyright (C) 2012 Pino Toscano <pino at kde.org>
@@ -22,7 +22,7 @@
 
 #include "ImgWriter.h"
 
-class PNGWriterPrivate;
+struct PNGWriterPrivate;
 
 class PNGWriter : public ImgWriter
 {


More information about the poppler mailing list