From 9b5666aa70fda80220347a7a1a6a07e4c1d121a8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Mar 2009 17:25:07 +0100 Subject: s3-spoolss: remove PRIORITY defines, that were never used. Guenther --- source3/include/rpc_spoolss.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3') 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 -- cgit