(XDK) Take out 'vsync' variable from driver

This commit is contained in:
twinaphex 2014-09-13 22:09:36 +02:00
parent 3369d15f93
commit 478074c557
2 changed files with 0 additions and 4 deletions

View File

@ -695,7 +695,6 @@ static void *d3d_init(const video_info_t *info,
#endif
#ifdef _XBOX
vid->should_resize = false;
vid->vsync = info->vsync;
#else
vid->menu = NULL;
#endif

View File

@ -172,9 +172,6 @@ typedef struct d3d_video
unsigned tex_w;
unsigned tex_h;
#endif
#ifdef _XBOX
bool vsync;
#endif
} d3d_video_t;
#ifndef _XBOX