From a18811bff6e82c9c79c331ee8bd4458a233c054b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 Dec 2015 10:34:27 +0100 Subject: [PATCH] Remove some obsolete state --- gfx/common/gl_common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gfx/common/gl_common.h b/gfx/common/gl_common.h index 47fe76061a..e9eca27042 100644 --- a/gfx/common/gl_common.h +++ b/gfx/common/gl_common.h @@ -172,12 +172,8 @@ #endif #endif -struct gl_font_renderer; - typedef struct gl { - uint64_t frame_count; - bool vsync; GLuint texture[GFX_MAX_TEXTURES]; unsigned tex_index; /* For use with PREV. */