Get rid of fence_count in gl struct

This commit is contained in:
twinaphex 2017-12-04 12:03:29 +01:00
parent 267e6fe85f
commit 69d3fd5047

View File

@ -222,7 +222,6 @@ typedef struct gl
unsigned base_size; /* 2 or 4 */
unsigned overlays;
unsigned pbo_readback_index;
unsigned fence_count;
unsigned last_width[GFX_MAX_TEXTURES];
unsigned last_height[GFX_MAX_TEXTURES];