summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/context.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-07-03 18:45:55 +0100
committerRobin Watts <robin.watts@artifex.com>2013-07-03 18:56:15 +0100
commitb33b3b41100f2bb0b63dbf270bdd4401451c081a (patch)
treef01eef47af62335d0a19300bf1abc8768ff603d1 /include/mupdf/fitz/context.h
parente433d5c8d2a64d261837c7b25d7378e4ebc1d3d6 (diff)
downloadmupdf-b33b3b41100f2bb0b63dbf270bdd4401451c081a.tar.xz
Avoid fz_throw/message on every annotation without appearance.
Annotations can sometimes not have appearance streams (such as Links). Avoid spewing messages to the console about this. Also avoids overhead of throw/catch each time.
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 fea8c868..d7365227 100644
--- a/include/mupdf/fitz/context.h
+++ b/include/mupdf/fitz/context.h
@@ -76,7 +76,6 @@ enum
{
FZ_ERROR_NONE = 0,
FZ_ERROR_GENERIC = 1,
- FZ_ERROR_NO_APPEARANCE_STREAM = 2,
FZ_ERROR_COUNT
};