summaryrefslogtreecommitdiff
path: root/core/src/fpdfdoc/doc_form.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-11-11 10:10:44 -0800
committerLei Zhang <thestig@chromium.org>2015-11-11 10:10:44 -0800
commit56e3da27d8bed8a6c03274b7b946e3f6d6ac11f4 (patch)
tree21384233f9cf6b2de3a094e8b42ac8ffab9bb02a /core/src/fpdfdoc/doc_form.cpp
parent211cab5b58151f09fbeafe2b18da77b63664c39d (diff)
downloadpdfium-56e3da27d8bed8a6c03274b7b946e3f6d6ac11f4.tar.xz
Cleanup CPDF_ApSettings and CJS_Parameters.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1432863004 .
Diffstat (limited to 'core/src/fpdfdoc/doc_form.cpp')
-rw-r--r--core/src/fpdfdoc/doc_form.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/fpdfdoc/doc_form.cpp b/core/src/fpdfdoc/doc_form.cpp
index 776f19fdca..857bf5acea 100644
--- a/core/src/fpdfdoc/doc_form.cpp
+++ b/core/src/fpdfdoc/doc_form.cpp
@@ -1145,9 +1145,6 @@ CFDF_Document* CPDF_InterForm::ExportToFDF(const CFX_WideStringC& pdf_path,
return ExportToFDF(pdf_path, fields, true, bSimpleFileSpec);
}
-// TODO(thestig): Fix this.
-CFX_WideString FILESPEC_EncodeFileName(const CFX_WideStringC& filepath);
-
CFDF_Document* CPDF_InterForm::ExportToFDF(
const CFX_WideStringC& pdf_path,
const std::vector<CPDF_FormField*>& fields,