summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfformfill.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-07-13 11:07:28 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-13 15:31:24 +0000
commita860a3d596f3daeadfdca0cc2093bfca722fa3a3 (patch)
tree77db958d5bff87f481680d99a5cd658c56b837f6 /fpdfsdk/fpdfformfill.cpp
parentc8a17e550d4d4a6f68598f8eed70eb6f8f301442 (diff)
downloadpdfium-a860a3d596f3daeadfdca0cc2093bfca722fa3a3.tar.xz
Remove unused CPDF_RenderOptions members
Remove members from CPDF_RenderOptions which are set but never read. Change-Id: I9598478bbc63c94af1c4693907abf66503138eb5 Reviewed-on: https://pdfium-review.googlesource.com/7750 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdfformfill.cpp')
-rw-r--r--fpdfsdk/fpdfformfill.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfformfill.cpp b/fpdfsdk/fpdfformfill.cpp
index 6f63f0e2fa..f2ae621098 100644
--- a/fpdfsdk/fpdfformfill.cpp
+++ b/fpdfsdk/fpdfformfill.cpp
@@ -131,7 +131,6 @@ void FFLCommon(FPDF_FORMHANDLE hHandle,
options.m_ForeColor = 0;
options.m_BackColor = 0xffffff;
}
- options.m_AddFlags = flags >> 8;
options.m_bDrawAnnots = flags & FPDF_ANNOT;
#ifdef PDF_ENABLE_XFA