diff options
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.02-PDF_PARSER_ONLY.patch')
-rw-r--r-- | Build/source/libs/xpdf/xpdf-3.02-PDF_PARSER_ONLY.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.02-PDF_PARSER_ONLY.patch b/Build/source/libs/xpdf/xpdf-3.02-PDF_PARSER_ONLY.patch deleted file mode 100644 index 6a91d078fb4..00000000000 --- a/Build/source/libs/xpdf/xpdf-3.02-PDF_PARSER_ONLY.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -ur xpdf-3.02.orig/xpdf/Page.cc xpdf-3.02/xpdf/Page.cc ---- xpdf-3.02.orig/xpdf/Page.cc 2007-02-27 23:05:52.000000000 +0100 -+++ xpdf-3.02/xpdf/Page.cc 2009-02-08 03:15:12.000000000 +0100 -@@ -420,6 +420,7 @@ - delete links; - } - -+#ifndef PDF_PARSER_ONLY - void Page::getDefaultCTM(double *ctm, double hDPI, double vDPI, - int rotate, GBool useMediaBox, GBool upsideDown) { - GfxState *state; -@@ -439,3 +440,4 @@ - } - delete state; - } -+#endif |