summarylogtreecommitdiffstats
path: root/poppler-0.31.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poppler-0.31.patch')
-rw-r--r--poppler-0.31.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/poppler-0.31.patch b/poppler-0.31.patch
deleted file mode 100644
index b94fa533ffde..000000000000
--- a/poppler-0.31.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Nur evas_generic_loaders-1.13.0/src/bin/pdf/main.cpp evas_generic_loaders-1.13.0a/src/bin/pdf/main.cpp
---- evas_generic_loaders-1.13.0/src/bin/pdf/main.cpp 2013-12-11 14:56:58.000000000 +0100
-+++ evas_generic_loaders-1.13.0a/src/bin/pdf/main.cpp 2015-03-02 19:09:49.201401971 +0100
-@@ -62,11 +62,6 @@
- if (!eina_init())
- goto del_global_param;
-
-- if (globalParams->getAntialias())
-- globalParams->setAntialias((char *)"yes");
-- if (globalParams->getVectorAntialias())
-- globalParams->setVectorAntialias((char *)"yes");
--
- pdfdoc = new PDFDoc(new GooString(file), NULL);
- if (!pdfdoc)
- goto del_global_param;