summaryrefslogtreecommitdiff
path: root/apps/pdftool.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pdftool.c')
-rw-r--r--apps/pdftool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pdftool.c b/apps/pdftool.c
index 36bc35bc..91ecc22b 100644
--- a/apps/pdftool.c
+++ b/apps/pdftool.c
@@ -719,6 +719,7 @@ drawpnm(int pagenum, struct benchmark *loadtimes, struct benchmark *drawtimes)
void
drawtxt(int pagenum)
{
+#if 0 /* removed temporarily pending rewrite of pdf_loadtextfromtree */
fz_error *error;
pdf_textline *line;
fz_matrix ctm;
@@ -737,6 +738,7 @@ drawtxt(int pagenum)
pdf_droptextline(line);
drawfreepage();
+#endif
}
void