diff options
author | Tor Andersson <tor@ghostscript.com> | 2008-08-14 22:57:17 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2008-08-14 22:57:17 +0200 |
commit | dd13aad5753b8fa5ef8d0ac7ebcbc8359b668623 (patch) | |
tree | d833589a7eaf5b4eabd40e4f66df7845cc4bd459 | |
parent | a151c7a89952a2e36fcceb659b3b298a80652790 (diff) | |
download | mupdf-dd13aad5753b8fa5ef8d0ac7ebcbc8359b668623.tar.xz |
Remove unused type and struct member for link annotations.
-rw-r--r-- | include/mupdf/annot.h | 7 |
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; |