summaryrefslogtreecommitdiff
path: root/public/fpdf_formfill.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r--public/fpdf_formfill.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index 3381eed5e4..bd8ab3c91a 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -1111,26 +1111,6 @@ FPDFDOC_InitFormFillEnvironment(FPDF_DOCUMENT document,
FPDF_EXPORT void FPDF_CALLCONV
FPDFDOC_ExitFormFillEnvironment(FPDF_FORMHANDLE hHandle);
-typedef void (*FORM_SAVECALLED)(FPDF_FORMFILLINFO*);
-/**
- * Experimental API
- * Function: FORM_SetSaveCallback
- * This method is used to set a callback handler for when Save is
- * attempted by a PDF. Should be invoked after user successfully
- * loaded a PDF page, and method FPDFDOC_InitFormFillEnvironment had
- * been invoked.
- * Parameters:
- * hHandle - Handle to the form fill module. Returned by
- * FPDFDOC_InitFormFillEnvironment.
- * callback - Function pointer to the callback to be called when a
- * Save is attempted. If NULL then no function will be
- * invoked.
- * Return Value:
- * NONE.
- **/
-FPDF_EXPORT void FPDF_CALLCONV FORM_SetSaveCallback(FPDF_FORMHANDLE hHandle,
- FORM_SAVECALLED callback);
-
/**
* Function: FORM_OnAfterLoadPage
* This method is required for implementing all the form related