summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/font.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-24 13:39:26 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:12:03 +0200
commit9a725130b9b16daa332f8502e24eac9cab4cf9b2 (patch)
tree2068a7fde1f170411f90674049b902dc06ecaa13 /include/mupdf/fitz/font.h
parentaf7461adcd082d60276b747eda66fec2684f3701 (diff)
downloadmupdf-9a725130b9b16daa332f8502e24eac9cab4cf9b2.tar.xz
Remove debug printing code.
It's not used, so prone to bit rot. Better to purge it.
Diffstat (limited to 'include/mupdf/fitz/font.h')
-rw-r--r--include/mupdf/fitz/font.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/mupdf/fitz/font.h b/include/mupdf/fitz/font.h
index 782f60b1..eae2e4cf 100644
--- a/include/mupdf/fitz/font.h
+++ b/include/mupdf/fitz/font.h
@@ -590,16 +590,6 @@ int fz_encode_character_with_fallback(fz_context *ctx, fz_font *font, int unicod
void fz_get_glyph_name(fz_context *ctx, fz_font *font, int glyph, char *buf, int size);
/*
- fz_print_font: Output textual information about a font
- to a given output stream.
-
- out: The output stream to output to.
-
- font: The font to output details for.
-*/
-void fz_print_font(fz_context *ctx, fz_output *out, fz_font *font);
-
-/*
Internal functions for our Harfbuzz integration
to work around the lack of thread safety.
*/