diff options
Diffstat (limited to 'include/fitz/base_runtime.h')
-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; |