utils/HtmlFonts.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 67159370014e5cb3ef296b256bf410e0468fe71e Author: Albert Astals Cid <[email protected]> Date: Sat Jun 17 12:33:35 2017 +0200 Remove unused constructor diff --git a/utils/HtmlFonts.h b/utils/HtmlFonts.h index 7993c78e..252d5f90 100644 --- a/utils/HtmlFonts.h +++ b/utils/HtmlFonts.h @@ -18,7 +18,7 @@ // under GPL version 2 or later // // Copyright (C) 2010 OSSD CDAC Mumbai by Leena Chourey ([email protected]) and Onkar Potdar ([email protected]) -// Copyright (C) 2010, 2012 Albert Astals Cid <[email protected]> +// Copyright (C) 2010, 2012, 2017 Albert Astals Cid <[email protected]> // Copyright (C) 2011 Steven Murdoch <[email protected]> // Copyright (C) 2011 Joshua Richardson <[email protected]> // Copyright (C) 2012 Igor Slepchin <[email protected]> @@ -72,7 +72,6 @@ class HtmlFont{ double rotSkewMat[4]; // only four values needed for rotation and skew public: - HtmlFont(){FontName=NULL; rotOrSkewed = gFalse;} HtmlFont(GfxFont *font,int _size, GfxRGB rgb); HtmlFont(const HtmlFont& x); HtmlFont& operator=(const HtmlFont& x); _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
