From c26bfd228de962b70ba744fd9dc9ca62ecca1470 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 7 May 2010 09:42:55 -0400 Subject: s3-spoolss: Removed unused set_printer_dataex(). Signed-off-by: Jim McDonough --- source3/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index d56ed3b349..9e016fe7b1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5140,9 +5140,6 @@ void reset_all_printerdata(struct messaging_context *msg, uint32_t msg_type, struct server_id server_id, DATA_BLOB *data); -WERROR set_printer_dataex(NT_PRINTER_INFO_LEVEL *printer, - const char *key, const char *value, - uint32_t type, uint8_t *data, int real_len); bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, struct spoolss_SetPrinterInfo2 *info2); -- cgit