summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-21 20:28:11 +0000
committerGerald Carter <jerry@samba.org>2002-10-21 20:28:11 +0000
commit534220da603ecc7c5982a9ff1657b46e2d0e69ea (patch)
treeb9f53ef50bc5374620147ff8878484a5f7ffff05 /source3/printing/printing.c
parent5dbf435408cce525431dbe43bc379797293f5c99 (diff)
downloadsamba-534220da603ecc7c5982a9ff1657b46e2d0e69ea.tar.gz
samba-534220da603ecc7c5982a9ff1657b46e2d0e69ea.tar.bz2
samba-534220da603ecc7c5982a9ff1657b46e2d0e69ea.zip
merge from samba_3_0
removed the following parameters * postscript * printer driver * printer driver location * printer driver file also removed the get_a_printer_driver_9x_compatible() function (This used to be commit e7dd8cf903144393b1362719d75430a2ee7e5f27)
Diffstat (limited to 'source3/printing/printing.c')
-rw-r--r--source3/printing/printing.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 95d8915976..afcf0ee720 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -1572,17 +1572,6 @@ to open spool file %s.\n", pjob.filename));
release_print_db(pdb);
- /*
- * If the printer is marked as postscript output a leading
- * file identifier to ensure the file is treated as a raw
- * postscript file.
- * This has a similar effect as CtrlD=0 in WIN.INI file.
- * tim@fsg.com 09/06/94
- */
- if (lp_postscript(snum)) {
- print_job_write(snum, jobid, "%!\n",3);
- }
-
return jobid;
fail: