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 <[email protected]> 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 <[email protected]> // Copyright 2008 Carlos Garcia Campos <[email protected]> +// Copyright 2013 Albert Astals Cid <[email protected]> // // 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 <[email protected]> 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 <[email protected]> -// Copyright 2010 Albert Astals Cid <[email protected]> +// Copyright 2010, 2013 Albert Astals Cid <[email protected]> // Copyright 2013 Adrian Johnson <[email protected]> // //======================================================================== @@ -57,7 +57,6 @@ private: int pageObjectFirst; Goffset pageOffsetFirst; Guint pageEndFirst; - int objectNumberFirst; Guint nObjectLeast; Guint objectOffsetFirst; commit a642aad68733c25f4055c268d691eedcf4e14a22 Author: Albert Astals Cid <[email protected]> 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 <[email protected]> // Copyright (C) 2009 Shen Liang <[email protected]> -// Copyright (C) 2009, 2011, 2012 Albert Astals Cid <[email protected]> +// Copyright (C) 2009, 2011-2013 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Stefan Thomas <[email protected]> // Copyright (C) 2010, 2011 Adrian Johnson <[email protected]> // Copyright (C) 2012 Pino Toscano <[email protected]> @@ -22,7 +22,7 @@ #include "ImgWriter.h" -class PNGWriterPrivate; +struct PNGWriterPrivate; class PNGWriter : public ImgWriter { _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
