1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

d3dhal.h: Removed no longer defined D3DDP2OP_* enums.

This commit is contained in:
Jacek Caban 2010-11-05 13:38:45 +01:00 committed by Alexandre Julliard
parent 5c011b3dbf
commit 5cbc4e8188

View File

@ -302,7 +302,6 @@ typedef enum _D3DHAL_DP2OPERATION {
D3DDP2OP_POINTS = 1,
D3DDP2OP_INDEXEDLINELIST = 2,
D3DDP2OP_INDEXEDTRIANGLELIST = 3,
D3DDP2OP_RESERVED0 = 4,
D3DDP2OP_RENDERSTATE = 8,
D3DDP2OP_LINELIST = 15,
D3DDP2OP_LINESTRIP = 16,
@ -328,7 +327,6 @@ typedef enum _D3DHAL_DP2OPERATION {
D3DDP2OP_SETLIGHT = 34,
D3DDP2OP_CREATELIGHT = 35,
D3DDP2OP_SETTRANSFORM = 36,
D3DDP2OP_EXT = 37,
D3DDP2OP_TEXBLT = 38,
D3DDP2OP_STATESET = 39,
D3DDP2OP_SETPRIORITY = 40,
@ -522,4 +520,4 @@ typedef struct _D3DHAL_DP2SETTEXLOD {
} /* extern "C" */
#endif
#endif /* __WINE_DDRAWI_H */
#endif /* __WINE_D3DHAL_H */