diff options
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r-- | public/fpdf_formfill.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index 65be850b36..caefad78c7 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -1399,15 +1399,6 @@ DLLEXPORT int STDCALL FPDFPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, double page_y); /** - * Function: FPDPage_HasFormFieldAtPoint - * DEPRECATED. Please use FPDFPage_HasFormFieldAtPoint. - **/ -DLLEXPORT int STDCALL FPDPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, - FPDF_PAGE page, - double page_x, - double page_y); - -/** * Function: FPDFPage_FormFieldZOrderAtPoint * Get the form field z-order by point. * Parameters: |