From cb1af61cb1988931654ad14c787d2493ef629a58 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 10 Aug 2011 23:36:06 -0400 Subject: s3-messaging: Remove obsolete class. The FLAG_MSG_PRINT_NOTIFY class is actually obsolete and never used, as the only message belonging to it is not used either. Signed-off-by: Andreas Schneider --- source3/librpc/idl/messaging.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 0c0672c7a6..8e15bcecc1 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -45,7 +45,7 @@ interface messaging MSG_SEND_PACKET = 0x0103, /* printing messages */ - MSG_PRINTER_NOTIFY = 0x2001, /* Obsolete */ + /* MSG_PRINTER_NOTIFY = 0x2001, Obsoleted */ MSG_PRINTER_NOTIFY2 = 0x0202, MSG_PRINTER_DRVUPGRADE = 0x0203, MSG_PRINTERDATA_INIT_RESET = 0x0204, -- cgit