summaryrefslogtreecommitdiff
path: root/public/fpdf_annot.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/fpdf_annot.h')
-rw-r--r--public/fpdf_annot.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/public/fpdf_annot.h b/public/fpdf_annot.h
index a84c4f982a..f4dc03a2c4 100644
--- a/public/fpdf_annot.h
+++ b/public/fpdf_annot.h
@@ -5,8 +5,6 @@
#ifndef PUBLIC_FPDF_ANNOT_H_
#define PUBLIC_FPDF_ANNOT_H_
-#include <stddef.h>
-
// NOLINTNEXTLINE(build/include)
#include "fpdfview.h"
@@ -313,15 +311,6 @@ FPDFAnnot_SetAttachmentPoints(FPDF_ANNOTATION annot,
const FS_QUADPOINTSF* quad_points);
// Experimental API.
-// Get the number of sets of quadpoints of an annotation.
-//
-// annot - handle to an annotation.
-//
-// Returns the number of sets of quadpoints, or 0 on failure.
-FPDF_EXPORT size_t FPDF_CALLCONV
-FPDFAnnot_CountAttachmentPoints(FPDF_ANNOTATION annot);
-
-// Experimental API.
// Get the attachment points (i.e. quadpoints) of an annotation.
//
// annot - handle to an annotation.