summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-08-14 22:57:17 +0200
committerTor Andersson <tor@ghostscript.com>2008-08-14 22:57:17 +0200
commitdd13aad5753b8fa5ef8d0ac7ebcbc8359b668623 (patch)
treed833589a7eaf5b4eabd40e4f66df7845cc4bd459
parenta151c7a89952a2e36fcceb659b3b298a80652790 (diff)
downloadmupdf-dd13aad5753b8fa5ef8d0ac7ebcbc8359b668623.tar.xz
Remove unused type and struct member for link annotations.
-rw-r--r--include/mupdf/annot.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/mupdf/annot.h b/include/mupdf/annot.h
index 47e7a9f8..c667fcce 100644
--- a/include/mupdf/annot.h
+++ b/include/mupdf/annot.h
@@ -7,15 +7,8 @@ typedef struct pdf_comment_s pdf_comment;
typedef struct pdf_widget_s pdf_widget;
typedef struct pdf_outline_s pdf_outline;
-typedef enum pdf_linkkind_e
-{
- PDF_LGOTO,
- PDF_LURI
-} pdf_linkkind;
-
struct pdf_link_s
{
- pdf_linkkind kind;
fz_rect rect;
fz_obj *dest;
pdf_link *next;