From: Günther Deschner Date: Tue, 17 Nov 2009 11:55:45 +0000 (+0100) Subject: s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs. X-Git-Tag: samba-4.0.0alpha9~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6364c271c4daff94c641eb9e7030f3c9a7ff1ced;p=thirdparty%2Fsamba.git s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs. Guenther --- diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 12096c847a5..c074c8e665d 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"