Commit 91939284 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps: Remove unused fields from PSDRV_DEVMODE.

parent faba25c6
...@@ -82,12 +82,6 @@ static const PSDRV_DEVMODE DefaultDevmode = ...@@ -82,12 +82,6 @@ static const PSDRV_DEVMODE DefaultDevmode =
/* dmPanningWidth */ 0, /* dmPanningWidth */ 0,
/* dmPanningHeight */ 0 /* dmPanningHeight */ 0
}, },
{ /* dmDocPrivate */
/* dummy */ 0
},
{ /* dmDrvPrivate */
/* numInstalledOptions */ 0
}
}; };
HINSTANCE PSDRV_hInstance = 0; HINSTANCE PSDRV_hInstance = 0;
......
...@@ -221,19 +221,6 @@ typedef struct { ...@@ -221,19 +221,6 @@ typedef struct {
typedef struct { typedef struct {
DEVMODEW dmPublic; DEVMODEW dmPublic;
struct _tagdocprivate {
int dummy;
} dmDocPrivate;
struct _tagdrvprivate {
UINT numInstalledOptions; /* Options at end of struct */
} dmDrvPrivate;
/* Now comes:
numInstalledOptions of OPTIONs
*/
} PSDRV_DEVMODE; } PSDRV_DEVMODE;
typedef struct typedef struct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment