diff options
author | Günther Deschner <gd@samba.org> | 2009-05-12 14:12:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-13 01:56:40 +0200 |
commit | 7403dd39d608e07f107530819277738ebd20a320 (patch) | |
tree | d596efd9ef1ed99e80c71fede765c6e3250deea8 /source3 | |
parent | a4f558da79e5746124b79583ca608b394e635ad3 (diff) | |
download | samba-7403dd39d608e07f107530819277738ebd20a320.tar.gz samba-7403dd39d608e07f107530819277738ebd20a320.tar.bz2 samba-7403dd39d608e07f107530819277738ebd20a320.zip |
s3-spoolss: move SPL_ARCH_X defines to IDL.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/nt_printing.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index b6e7032ab8..17e3d40152 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -210,14 +210,6 @@ struct table_node { int version; }; -#define SPL_ARCH_WIN40 "WIN40" -#define SPL_ARCH_W32X86 "W32X86" -#define SPL_ARCH_W32MIPS "W32MIPS" -#define SPL_ARCH_W32ALPHA "W32ALPHA" -#define SPL_ARCH_W32PPC "W32PPC" -#define SPL_ARCH_IA64 "IA64" -#define SPL_ARCH_X64 "x64" - static const struct table_node archi_table[]= { {"Windows 4.0", SPL_ARCH_WIN40, 0 }, |