diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-14 06:23:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-14 06:23:48 -0700 |
commit | f2662c4a0bdfbe52d961ab4d2ff9a448323c3af9 (patch) | |
tree | 18cf6a6fdf1fd2dfcf39eef4fb99f5687cd0f720 /fpdfsdk/include | |
parent | 89f8fa8694bbf209412845c250af48bbc539962b (diff) | |
download | pdfium-f2662c4a0bdfbe52d961ab4d2ff9a448323c3af9.tar.xz |
Cleanup CPDFXFA_Document.
Remove unused params and methods. Cleanup formatting.
Review-Url: https://codereview.chromium.org/2322003002
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r-- | fpdfsdk/include/cpdfdoc_environment.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/include/cpdfdoc_environment.h b/fpdfsdk/include/cpdfdoc_environment.h index f6211d264c..2d29e11a92 100644 --- a/fpdfsdk/include/cpdfdoc_environment.h +++ b/fpdfsdk/include/cpdfdoc_environment.h @@ -202,10 +202,6 @@ class CPDFDoc_Environment final { } } - void FFI_GetURL(FPDF_DOCUMENT document, CFX_WideString& wsURL) { - wsURL = CFX_WideString(); - } - void FFI_GetPageViewRect(FPDF_PAGE page, FS_RECTF& dstRect) { if (m_pInfo && m_pInfo->FFI_GetPageViewRect) { double left; |