summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c')
-rw-r--r--print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c b/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c
deleted file mode 100644
index 8bd0d2b123e5..000000000000
--- a/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/japanese/gdevfmlbp.c.orig Thu Apr 26 01:27:24 2007
-+++ contrib/japanese/gdevfmlbp.c Tue May 15 16:49:03 2007
-@@ -121,7 +121,7 @@
- height_inches >= 9.2 ? PAPER_SIZE_B5 :
- height_inches >= 7.6 ? PAPER_SIZE_A5 : PAPER_SIZE_HAGAKI), landscape);
- #ifdef FMLBP_DEBUG
-- fprintf(stderr, "w=%d(%f) x h=%d(%f) -> %s\n",
-+ dprintf5("w=%d(%f) x h=%d(%f) -> %s\n",
- dev->width, width_inches, dev->height, height_inches, paper);
- #endif/*FMLBP_DEBUG*/
- return paper;