summaryrefslogtreecommitdiff
path: root/winrt/mupdfwinrt/muctx.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2013-05-31 08:54:44 -0700
committerRobin Watts <robin.watts@artifex.com>2013-06-03 15:23:28 +0100
commit5ab3dae36c45173236f552ef260c58ec41db6945 (patch)
tree9dd73f383e2534e35e99d6beace381b3154ff4f2 /winrt/mupdfwinrt/muctx.h
parent16b8e2856cdfed478039dc29f6a2c6645c14fe69 (diff)
downloadmupdf-5ab3dae36c45173236f552ef260c58ec41db6945.tar.xz
Added support for keyboard zooming (+/- key). Fixed issues when orientation changes.
Also minor fixes for memory leaks in muctx.cpp, and clean up of some of the xaml code.
Diffstat (limited to 'winrt/mupdfwinrt/muctx.h')
-rw-r--r--winrt/mupdfwinrt/muctx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winrt/mupdfwinrt/muctx.h b/winrt/mupdfwinrt/muctx.h
index d1053275..2175884a 100644
--- a/winrt/mupdfwinrt/muctx.h
+++ b/winrt/mupdfwinrt/muctx.h
@@ -76,7 +76,6 @@ private:
fz_document *mu_doc;
fz_outline *mu_outline;
fz_rect mu_hit_bbox[MAX_SEARCH];
- fz_cookie *mu_cookie;
fz_stream *mu_stream;
void FlattenOutline(fz_outline *outline, int level,
sh_vector_content contents_vec);