summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/TLpatches/patch-10-exclude-body-of-Page_getDefaultCTM
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/TLpatches/patch-10-exclude-body-of-Page_getDefaultCTM')
-rw-r--r--Build/source/libs/xpdf/TLpatches/patch-10-exclude-body-of-Page_getDefaultCTM23
1 files changed, 0 insertions, 23 deletions
diff --git a/Build/source/libs/xpdf/TLpatches/patch-10-exclude-body-of-Page_getDefaultCTM b/Build/source/libs/xpdf/TLpatches/patch-10-exclude-body-of-Page_getDefaultCTM
deleted file mode 100644
index da4d8519c31..00000000000
--- a/Build/source/libs/xpdf/TLpatches/patch-10-exclude-body-of-Page_getDefaultCTM
+++ /dev/null
@@ -1,23 +0,0 @@
- Enable compilation with -DPDF_PARSER_ONLY
-
-diff -ur -N xpdf-3.04.orig/xpdf/Page.cc xpdf-3.04/xpdf/Page.cc
---- xpdf-3.04.orig/xpdf/Page.cc 2014-05-28 20:50:50.000000000 +0200
-+++ xpdf-3.04/xpdf/Page.cc 2014-05-30 19:57:46.000000000 +0200
-@@ -468,9 +468,9 @@
- delete links;
- }
-
--#ifndef PDF_PARSER_ONLY
- void Page::getDefaultCTM(double *ctm, double hDPI, double vDPI,
- int rotate, GBool useMediaBox, GBool upsideDown) {
-+#ifndef PDF_PARSER_ONLY
- GfxState *state;
- int i;
-
-@@ -487,5 +487,5 @@
- ctm[i] = state->getCTM()[i];
- }
- delete state;
--}
- #endif
-+}