diff options
author | Günther Deschner <gd@samba.org> | 2009-12-01 02:38:19 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-12-02 14:36:36 +0100 |
commit | 91bb0659776d397bc4b8ca7a534f6f2327e2e6fe (patch) | |
tree | 7a204903465d647a0d8d5ddf9dde344295d1ba59 /source3 | |
parent | 53744f01dc7f74f87e4c71057cc175e4c47d3a67 (diff) | |
download | samba-91bb0659776d397bc4b8ca7a534f6f2327e2e6fe.tar.gz samba-91bb0659776d397bc4b8ca7a534f6f2327e2e6fe.tar.bz2 samba-91bb0659776d397bc4b8ca7a534f6f2327e2e6fe.zip |
s3-spoolss: move MAXDEVICENAME to spoolss idl.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/nt_printing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 3a509a243a..713443a4fa 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -36,8 +36,6 @@ typedef struct { NT_PRINTER_KEY *keys; } NT_PRINTER_DATA; -#define MAXDEVICENAME 32 - typedef struct ntdevicemode { fstring devicename; |