Fix compile error - doh!
[vlendec/samba-autobuild/.git] / source3 / rpc_server / srv_spoolss_nt.c
index f35f089535ebb35b68f7670ff4e6ed66d3cfcbb1..7b7c80f33a3ae42f3bf9080410cffbcedb1974a6 100644 (file)
@@ -2470,10 +2470,6 @@ struct s_notify_info_data_table
    whether the notification data is a pointer to a variable sized
    buffer, a one value uint32 or a two value uint32. */
 
-#define ONE_VALUE 1
-#define TWO_VALUE 2
-#define POINTER   3
-
 struct s_notify_info_data_table notify_info_data_table[] =
 {
 { PRINTER_NOTIFY_TYPE, PRINTER_NOTIFY_SERVER_NAME,         "PRINTER_NOTIFY_SERVER_NAME",         POINTER,   spoolss_notify_server_name },