diff options
author | Gerald Carter <jerry@samba.org> | 2005-07-04 16:52:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:12 -0500 |
commit | 2427e00b1da0ccfaf2c075ec408fd0f822801880 (patch) | |
tree | 5cc1c7e0214df34e0f51fb4ec683e85850d2bd79 /source3/include/nt_printing.h | |
parent | 3ddc4877bdd7f1a1e28855dbd8dc5dbf16839f3e (diff) | |
download | samba-2427e00b1da0ccfaf2c075ec408fd0f822801880.tar.gz |
r8152: * remove commented out structure
* use SAMBA_PRINTER_PORT_NAME in registry values for builtin printer
port
(This used to be commit 63bc03536b6d0622005448f0f7be2739e06a432a)
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r-- | source3/include/nt_printing.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index fa53e1d2843..01835c999ec 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -344,21 +344,6 @@ typedef struct uint32 bottom; } nt_forms_struct; -/* -typedef struct _form -{ - uint32 flags; - uint32 name_ptr; - uint32 size_x; - uint32 size_y; - uint32 left; - uint32 top; - uint32 right; - uint32 bottom; - UNISTR2 name; -} FORM; -*/ - #ifndef SAMBA_PRINTER_PORT_NAME #define SAMBA_PRINTER_PORT_NAME "Samba Printer Port" #endif |