diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-04-05 18:19:45 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-05 18:19:45 +0000 |
commit | b948046fe797880295d0706f80831d279db75b5a (patch) | |
tree | 613b9bd21b68678f65f235ddff6945143aa58a67 /fpdfsdk/fpdf_view_c_api_test.c | |
parent | 10f9fb3f10bc47b3317fe1c8b55711015fb7de87 (diff) | |
download | pdfium-b948046fe797880295d0706f80831d279db75b5a.tar.xz |
Remove unused XFA Widget API methods
Keeping the internal widget details, since they are likely needed for
wiring up XFA with the other form APIs.
BUG=pdfium:1056
Change-Id: I000468e27bbb59346c4288f1c4f0fe96ed5f3603
Reviewed-on: https://pdfium-review.googlesource.com/29870
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdf_view_c_api_test.c')
-rw-r--r-- | fpdfsdk/fpdf_view_c_api_test.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fpdfsdk/fpdf_view_c_api_test.c b/fpdfsdk/fpdf_view_c_api_test.c index c352e69e37..1942b73957 100644 --- a/fpdfsdk/fpdf_view_c_api_test.c +++ b/fpdfsdk/fpdf_view_c_api_test.c @@ -227,12 +227,6 @@ int CheckPDFiumCApi() { CHK(FPDF_GetFormType); #ifdef PDF_ENABLE_XFA CHK(FPDF_LoadXFA); - CHK(FPDF_Widget_Undo); - CHK(FPDF_Widget_Redo); - CHK(FPDF_Widget_SelectAll); - CHK(FPDF_Widget_Copy); - CHK(FPDF_Widget_Cut); - CHK(FPDF_Widget_Paste); #endif // fpdf_ppo.h |