Fix from Jim Vopni - muliple definitions of "letter".
authorJeremy Allison <jra@samba.org>
Mon, 16 Jul 2001 19:36:44 +0000 (19:36 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 16 Jul 2001 19:36:44 +0000 (19:36 +0000)
Jeremy.
(This used to be commit 5aa3b18f69646669c8548d1f49214a47dcb39a36)

source3/printing/nt_printing.c

index fdf31d35e442157517ad9c868cd1568a200dcbfb..108186e2dc3d594acef687ff8378d9a1ff821799 100644 (file)
@@ -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},