From 69d3fd5047e4c0898e4082632ee56f3c4f87a9bc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 4 Dec 2017 12:03:29 +0100 Subject: [PATCH] Get rid of fence_count in gl struct --- gfx/common/gl_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/common/gl_common.h b/gfx/common/gl_common.h index 535dd15ada..bf0a8b3ac4 100644 --- a/gfx/common/gl_common.h +++ b/gfx/common/gl_common.h @@ -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];