From 633ad1788d99dd9c3b06e67a02dceb2d8b28822a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 3 Feb 2019 00:13:41 +0100 Subject: [PATCH] Turn this into static function --- gfx/drivers/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index 2e29e76bc1..6231767e95 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -1082,7 +1082,7 @@ static void gl2_renderchain_start_render( } /* Set up render to texture. */ -void gl2_renderchain_init( +static void gl2_renderchain_init( gl_t *gl, gl2_renderchain_data_t *chain, unsigned fbo_width, unsigned fbo_height)