From b76f49b36baffea2b2ecb90d67c7b6bb734e7bb9 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 23 Jan 2017 13:55:39 -0500 Subject: Remove unused author and and user stylesheets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We only load atyles from the CXFA_TextParser which loads a static UserAgent stylesheet. This CL removes the User and Author styles from the system and simplifies the storage of the stylesheets. Change-Id: I7abcf39333655f8dd6bc2cfe685c8cf73b779c7d Reviewed-on: https://pdfium-review.googlesource.com/2293 Reviewed-by: Nicolás Peña Commit-Queue: dsinclair --- xfa/fde/css/fde_css.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'xfa/fde/css/fde_css.h') diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h index 571f8a58d9..17ef7e46f0 100644 --- a/xfa/fde/css/fde_css.h +++ b/xfa/fde/css/fde_css.h @@ -191,18 +191,6 @@ enum FDE_CSSTEXTDECORATION { FDE_CSSTEXTDECORATION_Double = 1 << 4, }; -enum class FDE_CSSStyleSheetGroup : uint8_t { - UserAgent = 0, - User, - Author, -}; - -enum class FDE_CSSStyleSheetPriority : uint8_t { - High = 0, - Mid, - Low, -}; - class FDE_CSSLength { public: FDE_CSSLength() {} -- cgit v1.2.3