From 6ac9a3a28981e28599a2e38b960d87ad7fcec50b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 17 Mar 2009 17:25:07 +0100 Subject: [PATCH] s3-spoolss: remove PRIORITY defines, that were never used. Guenther (cherry picked from commit 9b5666aa70fda80220347a7a1a6a07e4c1d121a8) (cherry picked from commit 0c4293155aeeea29f5aa97f00d9a18602da47338) --- source3/include/rpc_spoolss.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 695ba930679..a8e7f71dca1 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 -- 2.11.4.GIT