Remove some obsolete state

This commit is contained in:
twinaphex 2015-12-08 10:34:27 +01:00
parent c614118ed8
commit a18811bff6

View File

@ -172,12 +172,8 @@
#endif #endif
#endif #endif
struct gl_font_renderer;
typedef struct gl typedef struct gl
{ {
uint64_t frame_count;
bool vsync; bool vsync;
GLuint texture[GFX_MAX_TEXTURES]; GLuint texture[GFX_MAX_TEXTURES];
unsigned tex_index; /* For use with PREV. */ unsigned tex_index; /* For use with PREV. */