From 1f2489023f2b808c41071d992abceb646ade8e1b Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 14 Sep 2016 10:38:17 -0700 Subject: Remove FFI_ from CPDFSDK_Environment method names The prefix doesn't add anything when used in CPDFSDK_Environment, remove. Review-Url: https://codereview.chromium.org/2338303002 --- public/fpdf_formfill.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index d6fddf19bd..e11f85c89f 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -610,6 +610,8 @@ typedef struct _FPDF_FORMFILLINFO { * Return value: * The page rotation. Should be 0(0 degree),1(90 degree),2(180 * degree),3(270 degree), in a clockwise direction. + * + * Note: Unused. * */ int (*FFI_GetRotation)(struct _FPDF_FORMFILLINFO* pThis, FPDF_PAGE page); -- cgit v1.2.3