[PATCH 2/2] wined3d: Get rid of unused wined3d_blit_op enum elements.

Henri Verbeet hverbeet at codeweavers.com
Wed Feb 20 04:07:12 CST 2019


Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
---
 dlls/wined3d/wined3d_private.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index 5751bb2a2ee..a8ba1d074d4 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -2106,8 +2106,6 @@ enum wined3d_blit_op
     WINED3D_BLIT_OP_COLOR_BLIT,
     WINED3D_BLIT_OP_COLOR_BLIT_ALPHATEST,
     WINED3D_BLIT_OP_COLOR_BLIT_CKEY,
-    WINED3D_BLIT_OP_COLOR_FILL,
-    WINED3D_BLIT_OP_DEPTH_FILL,
     WINED3D_BLIT_OP_DEPTH_BLIT,
     WINED3D_BLIT_OP_RAW_BLIT,
 };
-- 
2.11.0




More information about the wine-devel mailing list