summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-10 14:23:49 +0100
committerGünther Deschner <gd@samba.org>2009-12-10 17:48:50 +0100
commit835e7d6c98406725dc9dab891d3025b9a11b7eb9 (patch)
treeab4e67901c640195609ba49895a6886ff43fe330 /librpc/idl
parentce33967f4a6a762e97a87513df7d33716db689fb (diff)
downloadsamba-835e7d6c98406725dc9dab891d3025b9a11b7eb9.tar.gz
samba-835e7d6c98406725dc9dab891d3025b9a11b7eb9.tar.bz2
samba-835e7d6c98406725dc9dab891d3025b9a11b7eb9.zip
spoolss: remove unused spoolss_StringArray2.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/spoolss.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index bdb166be59..ceff885ac8 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -980,11 +980,6 @@ import "misc.idl", "security.idl", "winreg.idl";
/*[subcontext(0),subcontext_size(_ndr_size*2)]*/ nstring_array string;
} spoolss_StringArray;
- typedef [public,nopush,nopull] struct {
- [value((ndr_size_spoolss_StringArray2(r, ndr->iconv_convenience, ndr->flags)-4)/2)] uint32 _ndr_size;
- [subcontext(0),subcontext_size(_ndr_size*2)] nstring_array string;
- } spoolss_StringArray2;
-
typedef struct {
[string,charset(UTF16)] uint16 *driver_name;
} spoolss_AddDriverInfo1;