summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfview_c_api_test.c
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-06-13 17:33:18 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-06-14 13:18:01 +0000
commita7d2c15eff693a49b520b0ac8531620197c45ea5 (patch)
treefece6f7a08f4eb7c88e5470ea3d9773c3330a885 /fpdfsdk/fpdfview_c_api_test.c
parent0698c856aaa3e54574f306c35397d6b792a95a3e (diff)
downloadpdfium-a7d2c15eff693a49b520b0ac8531620197c45ea5.tar.xz
Remove deprecated FPDPage_HasFormFieldAtPoint().
It has been deprecated for 2 years now. Use FPDFPage_HasFormFieldAtPoint() instead. Change-Id: I1a5f88b404fbda40f491f9d2001ef3e7788e95a0 Reviewed-on: https://pdfium-review.googlesource.com/6551 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdfview_c_api_test.c')
-rw-r--r--fpdfsdk/fpdfview_c_api_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c
index ae69d4525b..b7752775a3 100644
--- a/fpdfsdk/fpdfview_c_api_test.c
+++ b/fpdfsdk/fpdfview_c_api_test.c
@@ -156,7 +156,6 @@ int CheckPDFiumCApi() {
CHK(FORM_OnChar);
CHK(FORM_ForceToKillFocus);
CHK(FPDFPage_HasFormFieldAtPoint);
- CHK(FPDPage_HasFormFieldAtPoint); // DEPRECATED. Remove in the future.
CHK(FPDFPage_FormFieldZOrderAtPoint);
CHK(FPDF_SetFormFieldHighlightColor);
CHK(FPDF_SetFormFieldHighlightAlpha);