summaryrefslogtreecommitdiff
path: root/print/ja-a2ps/patches/patch-aa
blob: 0feb57863993cc6c7d16e6590e57d5f34a4d3c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2003/01/13 13:00:05 wiz Exp $

--- a2ps.pl-1.45.orig	Fri Mar 15 22:22:10 2002
+++ a2ps.pl-1.45	Fri Mar 15 22:24:14 2002
@@ -496,8 +496,6 @@
 /inch {72 mul} bind def
 ---
     print "%% SelectTray\n";
-    print "statusdict /${paper_tray}tray known { ";
-    print "statusdict begin ${paper_tray}tray end } if\n";
 
     printf("/landscape %s def\n", !$portrait ? "true" : "false");
     printf("/twinpage %s def\n", $twinpage ? "true" : "false");