From 8f130d54799097f731fe39211dae2d2eb0f6df98 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 9 Feb 2009 12:32:09 +0100 Subject: s3-spoolss: remove SPOOLSS_DELETEPRINTERDRIVEREX flags now defined in IDL. Guenther --- source3/include/rpc_spoolss.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index b1debb89d7..bc6bd1a96e 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -320,12 +320,6 @@ PRINTER_MESSAGE_INFO; #define PRINTER_ENUM_UNKNOWN_8 0x00000008 #define PRINTER_ENUM_ICONMASK 0x00ff0000 -/* FLAGS for SPOOLSS_DELETEPRINTERDRIVEREX */ - -#define DPD_DELETE_UNUSED_FILES 0x00000001 -#define DPD_DELETE_SPECIFIC_VERSION 0x00000002 -#define DPD_DELETE_ALL_FILES 0x00000004 - #define DRIVER_ANY_VERSION 0xffffffff #define DRIVER_MAX_VERSION 4 -- cgit