diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-21 20:11:12 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-21 20:11:12 +0000 |
commit | 6ce3e3b10c30946ebe6ce25b5be0ca03e9d5617f (patch) | |
tree | 6258981d07538483510b68721a7526b8055dead1 /source3/printing/printing.c | |
parent | c1d854e7845749bc3483bcf728089a32bbbae06d (diff) | |
download | samba-6ce3e3b10c30946ebe6ce25b5be0ca03e9d5617f.tar.gz samba-6ce3e3b10c30946ebe6ce25b5be0ca03e9d5617f.tar.bz2 samba-6ce3e3b10c30946ebe6ce25b5be0ca03e9d5617f.zip |
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 743f2b8025effe57d8f075ff14a9357123c507a8)
Diffstat (limited to 'source3/printing/printing.c')
-rw-r--r-- | source3/printing/printing.c | 11 |
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: |