diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-30 20:10:22 +0000 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-30 20:10:22 +0000 |
commit | a42c07b2f47b0e8912b591fe2b6bef53af4b90e8 (patch) | |
tree | a2717e2512e420244147fc51a2dd1f71eda627fc | |
parent | 559252258781ed2f0eecd34d16a7b84ec52c0e21 (diff) | |
download | mupdf-a42c07b2f47b0e8912b591fe2b6bef53af4b90e8.tar.xz |
Remove redundant declaration.
-rw-r--r-- | fitz/fitz.h | 1 |
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); |