summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-17 16:41:16 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 19:07:30 +0100
commitf19faa0e768f477c26b92f87905cfdb7245dbaa1 (patch)
tree47665192e66d166398418dabeae0e1ad3df83031 /source3/include/rpc_spoolss.h
parent5778a36357f1560b9a8e5828cf789be4357ceb0c (diff)
downloadsamba-f19faa0e768f477c26b92f87905cfdb7245dbaa1.tar.gz
samba-f19faa0e768f477c26b92f87905cfdb7245dbaa1.tar.bz2
samba-f19faa0e768f477c26b92f87905cfdb7245dbaa1.zip
s3-spoolss: remove unused DEVICEMODE parsing and header.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 29f505ab59..da8c8f125e 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -189,50 +189,6 @@
#define DRIVER_MAX_VERSION 4
-/*
- * Devicemode structure
- */
-
-typedef struct devicemode
-{
- UNISTR devicename;
- uint16 specversion;
- uint16 driverversion;
- uint16 size;
- uint16 driverextra;
- uint32 fields;
- uint16 orientation;
- uint16 papersize;
- uint16 paperlength;
- uint16 paperwidth;
- uint16 scale;
- uint16 copies;
- uint16 defaultsource;
- uint16 printquality;
- uint16 color;
- uint16 duplex;
- uint16 yresolution;
- uint16 ttoption;
- uint16 collate;
- UNISTR formname;
- uint16 logpixels;
- uint32 bitsperpel;
- uint32 pelswidth;
- uint32 pelsheight;
- uint32 displayflags;
- uint32 displayfrequency;
- uint32 icmmethod;
- uint32 icmintent;
- uint32 mediatype;
- uint32 dithertype;
- uint32 reserved1;
- uint32 reserved2;
- uint32 panningwidth;
- uint32 panningheight;
- uint8 *dev_private;
-}
-DEVICEMODE;
-
/********************************************/
typedef struct printer_enum_values