aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/zathura-pdf-mupdf/files/patch-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/zathura-pdf-mupdf/files/patch-utils.c')
-rw-r--r--graphics/zathura-pdf-mupdf/files/patch-utils.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/zathura-pdf-mupdf/files/patch-utils.c b/graphics/zathura-pdf-mupdf/files/patch-utils.c
deleted file mode 100644
index 5e8ec1b4c6c1..000000000000
--- a/graphics/zathura-pdf-mupdf/files/patch-utils.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- utils.c.orig 2016-06-25 17:44:43 UTC
-+++ utils.c
-@@ -14,7 +14,7 @@ mupdf_page_extract_text(mupdf_document_t
- fz_device* text_device = NULL;
-
- fz_try (mupdf_page->ctx) {
-- text_device = fz_new_text_device(mupdf_page->ctx, mupdf_page->sheet, mupdf_page->text);
-+ text_device = fz_new_stext_device(mupdf_page->ctx, mupdf_page->sheet, mupdf_page->text);
-
- /* Disable FZ_IGNORE_IMAGE to collect image blocks */
- fz_disable_device_hints(mupdf_page->ctx, text_device, FZ_IGNORE_IMAGE);