summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-06-11 16:31:13 +0200
committerTor Andersson <tor@ghostscript.com>2009-06-11 16:31:13 +0200
commit5ee9162ef5af74dafd70a8509245e9c8aff990ce (patch)
tree1fcf94f6915d6ad399fbdf515605e11915557930 /apps
parentb619e3b80fc0210bdb676d6cf48c684c7b23d068 (diff)
downloadmupdf-5ee9162ef5af74dafd70a8509245e9c8aff990ce.tar.xz
Re-enable text extraction functions.
Diffstat (limited to 'apps')
-rw-r--r--apps/pdfdraw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/pdfdraw.c b/apps/pdfdraw.c
index 21c71f95..13840ff6 100644
--- a/apps/pdfdraw.c
+++ b/apps/pdfdraw.c
@@ -323,7 +323,6 @@ void drawpnm(int pagenum, struct benchmark *loadtimes, struct benchmark *drawtim
void drawtxt(int pagenum)
{
-#if 0 /* removed temporarily pending rewrite of pdf_loadtextfromtree */
fz_error error;
pdf_textline *line;
fz_matrix ctm;
@@ -342,7 +341,6 @@ void drawtxt(int pagenum)
pdf_droptextline(line);
drawfreepage();
-#endif
}
void drawxml(int pagenum)