poppler/GlobalParams.h | 1 - poppler/SecurityHandler.h | 1 - 2 files changed, 2 deletions(-)
New commits: commit 409a8a36df099a27f75aefad97a11b354415ea06 Author: Albert Astals Cid <[email protected]> Date: Thu Jan 9 14:34:12 2020 +0100 Remove forward declaration for struct that doesn't exist diff --git a/poppler/GlobalParams.h b/poppler/GlobalParams.h index a5adda92..8db28aed 100644 --- a/poppler/GlobalParams.h +++ b/poppler/GlobalParams.h @@ -56,7 +56,6 @@ class CharCodeToUnicodeCache; class UnicodeMapCache; class CMap; class CMapCache; -struct XpdfSecurityHandler; class GlobalParams; class GfxFont; class Stream; diff --git a/poppler/SecurityHandler.h b/poppler/SecurityHandler.h index 17d6bfea..39c70b48 100644 --- a/poppler/SecurityHandler.h +++ b/poppler/SecurityHandler.h @@ -29,7 +29,6 @@ class GooString; class PDFDoc; -struct XpdfSecurityHandler; //------------------------------------------------------------------------ // SecurityHandler _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
