summaryrefslogtreecommitdiff
path: root/fitz
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2010-12-30 20:10:22 +0000
committerSebastian Rasmussen <sebras@hotmail.com>2010-12-30 20:10:22 +0000
commita42c07b2f47b0e8912b591fe2b6bef53af4b90e8 (patch)
treea2717e2512e420244147fc51a2dd1f71eda627fc /fitz
parent559252258781ed2f0eecd34d16a7b84ec52c0e21 (diff)
downloadmupdf-a42c07b2f47b0e8912b591fe2b6bef53af4b90e8.tar.xz
Remove redundant declaration.
Diffstat (limited to 'fitz')
-rw-r--r--fitz/fitz.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 6c508fac..0a96fb69 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -648,7 +648,6 @@ void fz_convertpixmap(fz_pixmap *src, fz_pixmap *dst);
*/
struct fz_device_s;
-struct pdf_xref_s;
typedef struct fz_font_s fz_font;
char *ft_errorstring(int err);