summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-02-22 12:20:33 +0000
committerPaul Gardiner <paulg.artifex@glidos.net>2013-02-22 12:20:33 +0000
commit5d15995814d4d99e44a860ae435659d9e30fad3b (patch)
tree65617f8c4c5819774b510eca4f388a279b67b329 /fitz/fitz-internal.h
parent9d20a4f3a69fdea855f8678c1ad50b5db7472d81 (diff)
downloadmupdf-5d15995814d4d99e44a860ae435659d9e30fad3b.tar.xz
Add fz_get_annot_type
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index 75283a49..0c801ed2 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -1193,11 +1193,6 @@ fz_pixmap *fz_render_stroked_glyph(fz_context *ctx, fz_font*, int, const fz_matr
void fz_render_t3_glyph_direct(fz_context *ctx, fz_device *dev, fz_font *font, int gid, const fz_matrix *trm, void *gstate, int nestedDepth);
void fz_prepare_t3_glyph(fz_context *ctx, fz_font *font, int gid, int nestedDepth);
-typedef enum
-{
- FZ_ANNOT_STRIKEOUT
-} fz_annot_type;
-
/*
fz_create_annot: create a new annotation of the specified type on the
specified page. The returned pdf_annot structure is owned by the page