summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-26 21:56:12 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 11:48:59 +0100
commit754d136c32372cb9dd604375b98379d9696fb48f (patch)
tree0e38bb5b68689b1d5300d3ae7019a3fd5a37b213 /source3
parent7735650f2ed74a72ddee272baf281e3fd9e7c42b (diff)
downloadsamba-754d136c32372cb9dd604375b98379d9696fb48f.tar.gz
samba-754d136c32372cb9dd604375b98379d9696fb48f.tar.bz2
samba-754d136c32372cb9dd604375b98379d9696fb48f.zip
s3-spoolss: remove unused ADD_JOBINFO_1.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/rpc_spoolss.h8
1 files changed, 0 insertions, 8 deletions
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