wined3d: Get rid of the unused vSyncCounter swapchain field.
This commit is contained in:
parent
d30da7ae39
commit
c1575cb65c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue