Remove d3d->frame_count

This commit is contained in:
twinaphex 2016-01-08 01:09:16 +01:00
parent b376e186b4
commit 7bcf33bff3
2 changed files with 0 additions and 3 deletions

View File

@ -1547,8 +1547,6 @@ static bool d3d_frame(void *data, const void *frame,
gfx_ctx_swap_buffers();
d3d->frame_count++;
return true;
}

View File

@ -87,7 +87,6 @@ typedef struct Vertex
typedef struct d3d_video
{
uint64_t frame_count;
bool keep_aspect;
bool should_resize;
bool quitting;