diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-20 14:55:19 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-20 14:55:19 -0800 |
commit | 87d7b4fc58b4ec5fe097de5862490c5720c3ec09 (patch) | |
tree | d1f71eee62f3a2c602a29c3fa95dece9d668d72d /core/include/fpdftext | |
parent | b8ec0a3405c6f184e4b9811870081295cae078c9 (diff) | |
download | pdfium-87d7b4fc58b4ec5fe097de5862490c5720c3ec09.tar.xz |
Make XFA core/ look like master (part N).
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1463173003 .
Diffstat (limited to 'core/include/fpdftext')
-rw-r--r-- | core/include/fpdftext/fpdf_text.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h index 1671861fbb..360e256ce6 100644 --- a/core/include/fpdftext/fpdf_text.h +++ b/core/include/fpdftext/fpdf_text.h @@ -76,10 +76,6 @@ class CPDFText_ParseOptions { class IPDF_TextPage { public: static IPDF_TextPage* CreateTextPage(const CPDF_Page* pPage, int flags = 0); - static IPDF_TextPage* CreateTextPage(const CPDF_Page* pPage, - CPDFText_ParseOptions ParserOptions); - static IPDF_TextPage* CreateTextPage(const CPDF_PageObjects* pObjs, - int flags = 0); static IPDF_TextPage* CreateReflowTextPage(IPDF_ReflowedPage* pRefPage); virtual ~IPDF_TextPage() {} |