wined3d: Get rid of the unused vSyncCounter swapchain field.

This commit is contained in:
Henri Verbeet 2011-04-13 19:14:33 +02:00 committed by Alexandre Julliard
parent d30da7ae39
commit c1575cb65c
1 changed files with 0 additions and 1 deletions

View File

@ -2540,7 +2540,6 @@ struct wined3d_swapchain
const struct wined3d_format *ds_format; const struct wined3d_format *ds_format;
LONG prev_time, frames; /* Performance tracking */ LONG prev_time, frames; /* Performance tracking */
unsigned int vSyncCounter;
struct wined3d_context **context; struct wined3d_context **context;
unsigned int num_contexts; unsigned int num_contexts;