[PATCH 4/5] wined3d: Get rid of WINED3DDEVINFO_VERTEXSTATS.

Henri Verbeet hverbeet at codeweavers.com
Sun Dec 4 08:50:15 CST 2011


---
 include/wine/wined3d.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h
index 1a0d170..2704152 100644
--- a/include/wine/wined3d.h
+++ b/include/wine/wined3d.h
@@ -1702,12 +1702,6 @@ struct wined3d_raster_status
     UINT scan_line;
 };
 
-typedef struct _WINED3DDEVINFO_VERTEXSTATS
-{
-    DWORD NumRenderedTriangles;
-    DWORD NumExtraClippingTriangles;
-} WINED3DDEVINFO_VERTEXSTATS;
-
 typedef struct _WINED3DLOCKED_RECT
 {
     INT Pitch;
-- 
1.7.3.4




More information about the wine-patches mailing list