diff options
author | Günther Deschner <gd@samba.org> | 2009-11-17 12:55:45 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-23 12:19:19 +0100 |
commit | 6364c271c4daff94c641eb9e7030f3c9a7ff1ced (patch) | |
tree | c376f7e60f3673af1cf73970fa275bcac0dba77c /source3 | |
parent | ec56895bdec90cc671a0d562749b3caf161dbdf8 (diff) | |
download | samba-6364c271c4daff94c641eb9e7030f3c9a7ff1ced.tar.gz samba-6364c271c4daff94c641eb9e7030f3c9a7ff1ced.tar.bz2 samba-6364c271c4daff94c641eb9e7030f3c9a7ff1ced.zip |
s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/nt_printing.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 12096c847a..c074c8e665 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -22,47 +22,6 @@ #ifndef NT_PRINTING_H_ #define NT_PRINTING_H_ -typedef struct nt_printer_driver_info_level_3 -{ - uint32 cversion; - - fstring name; - fstring environment; - fstring driverpath; - fstring datafile; - fstring configfile; - fstring helpfile; - fstring monitorname; - fstring defaultdatatype; - fstring *dependentfiles; -} NT_PRINTER_DRIVER_INFO_LEVEL_3; - -/* SPOOL_PRINTER_DRIVER_INFO_LEVEL_6 structure */ -typedef struct { - uint32 version; - fstring name; - fstring environment; - fstring driverpath; - fstring datafile; - fstring configfile; - fstring helpfile; - fstring monitorname; - fstring defaultdatatype; - fstring mfgname; - fstring oemurl; - fstring hardwareid; - fstring provider; - fstring *dependentfiles; - fstring *previousnames; -} NT_PRINTER_DRIVER_INFO_LEVEL_6; - - -typedef struct nt_printer_driver_info_level -{ - NT_PRINTER_DRIVER_INFO_LEVEL_3 *info_3; - NT_PRINTER_DRIVER_INFO_LEVEL_6 *info_6; -} NT_PRINTER_DRIVER_INFO_LEVEL; - /* predefined registry key names for printer data */ #define SPOOL_PRINTERDATA_KEY "PrinterDriverData" |