From f11bed2bdddf2362229b3065001622cca6b6cf33 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 Dec 2015 09:29:23 +0100 Subject: [PATCH] Get rid of gl->shader parameter --- 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 62f7f97468..c2a99d5519 100644 --- a/gfx/common/gl_common.h +++ b/gfx/common/gl_common.h @@ -179,7 +179,6 @@ struct gl_font_renderer; typedef struct gl { uint64_t frame_count; - const shader_backend_t *shader; bool vsync; GLuint texture[GFX_MAX_TEXTURES];