Index: public/fpdf_formfill.h |
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h |
index d6fddf19bdba2904989ffac7d4a7404c85374d6a..e11f85c89fbcba5e8d53ace1b8f32cd1ac49aa97 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); |