summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/context.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-12-12 20:48:51 +0000
committerRobin Watts <robin.watts@artifex.com>2013-12-17 18:51:55 +0000
commit425c0f2e84deba27f064d8dd0d5b96c44564c1ec (patch)
treef3065a78f511b6aca8cd7d9f63d59980b72f314d /include/mupdf/fitz/context.h
parentd5ddd5be7fd5178d30fe4b90baf8ffcb86c770ad (diff)
downloadmupdf-425c0f2e84deba27f064d8dd0d5b96c44564c1ec.tar.xz
Remove fz_context from pdf_crypt
Unused field. Also tweak some comments for clarity.
Diffstat (limited to 'include/mupdf/fitz/context.h')
-rw-r--r--include/mupdf/fitz/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/context.h b/include/mupdf/fitz/context.h
index cef1119f..bb171b3f 100644
--- a/include/mupdf/fitz/context.h
+++ b/include/mupdf/fitz/context.h
@@ -227,7 +227,7 @@ struct fz_locks_context_s
enum {
FZ_LOCK_ALLOC = 0,
- FZ_LOCK_FILE,
+ FZ_LOCK_FILE, /* Unused now */
FZ_LOCK_FREETYPE,
FZ_LOCK_GLYPHCACHE,
FZ_LOCK_MAX