diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 17:25:07 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 19:07:36 +0100 |
commit | 9b5666aa70fda80220347a7a1a6a07e4c1d121a8 (patch) | |
tree | c9acfb7b6e5ba2939d40e5b0aa7ab3dadc4fad51 /source3 | |
parent | f32cf73019bb45b30f3fb0151dad3e65d7694d46 (diff) | |
download | samba-9b5666aa70fda80220347a7a1a6a07e4c1d121a8.tar.gz samba-9b5666aa70fda80220347a7a1a6a07e4c1d121a8.tar.bz2 samba-9b5666aa70fda80220347a7a1a6a07e4c1d121a8.zip |
s3-spoolss: remove PRIORITY defines, that were never used.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_spoolss.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 695ba93067..a8e7f71dca 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -178,14 +178,6 @@ #define JOB_NOTIFY_TOTAL_BYTES 0x16 #define JOB_NOTIFY_BYTES_PRINTED 0x17 -#define NO_PRIORITY 0 -#define MAX_PRIORITY 99 -#define MIN_PRIORITY 1 -#define DEF_PRIORITY 1 - -/* the flags of each printers */ - - /********************************************/ typedef struct printer_enum_values |