[PATCH 4/5] wined3d: Get rid of the unused vSyncCounter swapchain field.

Henri Verbeet hverbeet at codeweavers.com
Wed Apr 13 12:14:33 CDT 2011


---
 dlls/wined3d/wined3d_private.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index c838db2..0df383e 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -2540,7 +2540,6 @@ struct wined3d_swapchain
     const struct wined3d_format *ds_format;
 
     LONG prev_time, frames;   /* Performance tracking */
-    unsigned int vSyncCounter;
 
     struct wined3d_context **context;
     unsigned int num_contexts;
-- 
1.7.3.4




More information about the wine-patches mailing list