diff options
author | Günther Deschner <gd@samba.org> | 2009-02-12 00:42:59 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-12 00:55:19 +0100 |
commit | ce6125e9ec2196b7658e4e87eae3b0ae963b6ab5 (patch) | |
tree | 65b38fe600e56b816755c5db105dad58aafa0c59 /source3 | |
parent | 6d3dbdf2fa2f9424b838676a79311d3a575fcaf2 (diff) | |
download | samba-ce6125e9ec2196b7658e4e87eae3b0ae963b6ab5.tar.gz samba-ce6125e9ec2196b7658e4e87eae3b0ae963b6ab5.tar.bz2 samba-ce6125e9ec2196b7658e4e87eae3b0ae963b6ab5.zip |
s3-spoolss: remove duplicate PRINTER_NOTIFY_INFO_DISCARDED define.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_spoolss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 76f72f05aa..472ce45758 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -211,8 +211,6 @@ #define PRINTER_NOTIFY_OPTIONS_REFRESH 0x01 -#define PRINTER_NOTIFY_INFO_DISCARDED 0x1 - /* * Set of macros for flagging what changed in the PRINTER_INFO_2 struct * when sending messages to other smbd's |