From 209f30bee3121bbae32799b0bbb10f5e6db4158c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 11 Jan 2012 23:26:49 +0100 Subject: Hide glyph cache in context. --- scripts/cmapdump.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c index dc5d93e6..99983992 100644 --- a/scripts/cmapdump.c +++ b/scripts/cmapdump.c @@ -197,3 +197,7 @@ int fz_store_scavenge(fz_context *ctx, unsigned int size, int *phase) { return 0; } + +void fz_free_glyph_cache_context(fz_context *ctx) +{ +} -- cgit v1.2.3