summaryrefslogtreecommitdiff
path: root/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-30 15:14:24 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-30 15:14:24 +0100
commitf4d9a124ef53eced6afc9369e14a7e419079d952 (patch)
tree0525a89b38066c0bb99a51a5df2d5e16a356bfec /pdf
parent1e3461a02021fba4d27c4f7678f0ad21d8954eee (diff)
downloadmupdf-f4d9a124ef53eced6afc9369e14a7e419079d952.tar.xz
Do not embed a context in the fz_outline structure.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/pdf_outline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf/pdf_outline.c b/pdf/pdf_outline.c
index 2815d918..e5c87f8c 100644
--- a/pdf/pdf_outline.c
+++ b/pdf/pdf_outline.c
@@ -20,7 +20,6 @@ pdf_load_outline_imp(pdf_document *xref, fz_obj *dict)
if (fz_dict_mark(dict))
break;
node = fz_malloc_struct(ctx, fz_outline);
- node->ctx = ctx;
node->title = NULL;
node->dest.kind = FZ_LINK_NONE;
node->down = NULL;