Commit 5cbc4e81 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent 5c011b3d
......@@ -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 */
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