diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-08-09 18:16:23 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-08-09 18:16:23 +0200 |
commit | 559ada6a8fe16b5dded7acebffd0d46cd272867f (patch) | |
tree | 9c5efffdc03fc32c52911c75ac0f7be260de709b /include | |
parent | 4a10060a92a91e7a3897cb7224d204be5e372364 (diff) | |
download | mupdf-559ada6a8fe16b5dded7acebffd0d46cd272867f.tar.xz |
new unified pdf tool
Diffstat (limited to 'include')
-rw-r--r-- | include/fitz/base_runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fitz/base_runtime.h b/include/fitz/base_runtime.h index feeb7ffc..717b22e9 100644 --- a/include/fitz/base_runtime.h +++ b/include/fitz/base_runtime.h @@ -57,7 +57,6 @@ fz_error *fz_throw0(const char *func, const char *file, int line, char *fmt, ... fz_error *fz_throw1(char *fmt, ...); void fz_warn(char *fmt, ...); -void fz_abort(fz_error *eo); void fz_droperror(fz_error *eo); typedef struct fz_memorycontext_s fz_memorycontext; |