diff options
author | Jeremy Allison <jra@samba.org> | 2001-07-16 19:36:44 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-07-16 19:36:44 +0000 |
commit | 11837682c7c509ec2d29b8cfed56bcc607393b1c (patch) | |
tree | 37def953901ce4eaea8c02ef60ae7a49d59fa11f | |
parent | e3fbb09cede1d2d8b5ad66c6952e86c153cfbefb (diff) | |
download | samba-11837682c7c509ec2d29b8cfed56bcc607393b1c.tar.gz samba-11837682c7c509ec2d29b8cfed56bcc607393b1c.tar.bz2 samba-11837682c7c509ec2d29b8cfed56bcc607393b1c.zip |
Fix from Jim Vopni - muliple definitions of "letter".
Jeremy.
(This used to be commit 5aa3b18f69646669c8548d1f49214a47dcb39a36)
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index fdf31d35e4..108186e2dc 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -56,8 +56,6 @@ forms it wants and in the ORDER it wants them (note: DEVMODE papersize is an array index). Letter is always first, so (for the current code) additions always put things in the correct order. */ static nt_forms_struct default_forms[] = { - {"Letter", 0x2, 0x34b5b, 0x44367, 0x0, 0x0, 0x34b5b, 0x44367}, - {"Letter",0x1,0x34b5c,0x44368,0x0,0x0,0x34b5c,0x44368}, {"Letter Small",0x1,0x34b5c,0x44368,0x0,0x0,0x34b5c,0x44368}, {"Tabloid",0x1,0x44368,0x696b8,0x0,0x0,0x44368,0x696b8}, |