From 754d136c32372cb9dd604375b98379d9696fb48f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Feb 2009 21:56:12 +0100 Subject: s3-spoolss: remove unused ADD_JOBINFO_1. Guenther --- source3/include/rpc_spoolss.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3') diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 4530802505..33153dc8a2 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -294,14 +294,6 @@ typedef struct spool_r_getprinterdata } SPOOL_R_GETPRINTERDATA; -typedef struct add_jobinfo_1 -{ - UNISTR path; - uint32 job_number; -} -ADD_JOBINFO_1; - - /* * I'm really wondering how many different time formats * I will have to cope with -- cgit