From 6364c271c4daff94c641eb9e7030f3c9a7ff1ced Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Nov 2009 12:55:45 +0100 Subject: s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs. Guenther --- source3/include/nt_printing.h | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'source3/include/nt_printing.h') 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" -- cgit