wined3d: Remove some unused / duplicate render states.

This commit is contained in:
Henri Verbeet 2010-03-31 11:28:59 +02:00 committed by Alexandre Julliard
parent 91db9f8bd3
commit 97ea3b6322
1 changed files with 0 additions and 2 deletions

View File

@ -411,8 +411,6 @@ typedef enum _WINED3DRENDERSTATETYPE
WINED3DRS_COLORWRITEENABLE = 168,
WINED3DRS_TWEENFACTOR = 170,
WINED3DRS_BLENDOP = 171,
WINED3DRS_POSITIONORDER = 172,
WINED3DRS_NORMALORDER = 173,
WINED3DRS_POSITIONDEGREE = 172,
WINED3DRS_NORMALDEGREE = 173,
WINED3DRS_SCISSORTESTENABLE = 174,