From 97ea3b63222c8b58d92eec047a549667983865dc Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Wed, 31 Mar 2010 11:28:59 +0200 Subject: [PATCH] wined3d: Remove some unused / duplicate render states. --- include/wine/wined3d.idl | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wine/wined3d.idl b/include/wine/wined3d.idl index dc1853da4f4..f784774e4aa 100644 --- a/include/wine/wined3d.idl +++ b/include/wine/wined3d.idl @@ -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,