Henri Verbeet : wined3d: Get rid of the unused vSyncCounter swapchain field .

Alexandre Julliard julliard at winehq.org
Thu Apr 14 11:58:19 CDT 2011


Module: wine
Branch: master
Commit: c1575cb65c60ad68830a6ec47e000f93ddf3d33f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c1575cb65c60ad68830a6ec47e000f93ddf3d33f

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Apr 13 19:14:33 2011 +0200

wined3d: Get rid of the unused vSyncCounter swapchain field.

---

 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;




More information about the wine-cvs mailing list