summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mupdf/pdf_build.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mupdf/pdf_build.c b/mupdf/pdf_build.c
index 60385a4b..e7012a2a 100644
--- a/mupdf/pdf_build.c
+++ b/mupdf/pdf_build.c
@@ -454,14 +454,6 @@ pdf_flushtext(pdf_csi *csi)
break;
}
- /* FIXME -- stroked text is not implemented yet */
- if (dostroke)
- {
- fz_warn("stroked text not supported yet; filling instead");
- dostroke = 0;
- dofill = 1;
- }
-
if (doinvisible)
csi->dev->ignoretext(csi->dev->user, text, gstate->ctm);