summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/context.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-04-27 17:00:29 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-04-27 17:01:06 +0200
commit29d53a0a460e00b3ec9dda508adbd2964077ab27 (patch)
tree1576b7808c03324739e56cdae57cd3a92d57b679 /include/mupdf/fitz/context.h
parent4d9c36cfe000caeaf3dcc79f4ed004e0595975e4 (diff)
downloadmupdf-29d53a0a460e00b3ec9dda508adbd2964077ab27.tar.xz
Fix 696649: remove fz_rethrow_message calls.
Diffstat (limited to 'include/mupdf/fitz/context.h')
-rw-r--r--include/mupdf/fitz/context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/fitz/context.h b/include/mupdf/fitz/context.h
index 789efc0a..449ed368 100644
--- a/include/mupdf/fitz/context.h
+++ b/include/mupdf/fitz/context.h
@@ -74,7 +74,6 @@ void fz_var_imp(void *);
int fz_push_try(fz_context *ctx);
FZ_NORETURN void fz_throw(fz_context *ctx, int errcode, const char *, ...) __printflike(3, 4);
FZ_NORETURN void fz_rethrow(fz_context *ctx);
-FZ_NORETURN void fz_rethrow_message(fz_context *ctx, const char *fmt, ...) __printflike(2, 3);
void fz_warn(fz_context *ctx, const char *fmt, ...) __printflike(2, 3);
const char *fz_caught_message(fz_context *ctx);
int fz_caught(fz_context *ctx);