From 68a6da85b75702ac887901dc7f20e3031a7181ec Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 4 Mar 2014 17:13:23 +0100 Subject: [PATCH] (Cg) Remove useless forward declaration --- gfx/shader_cg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/shader_cg.c b/gfx/shader_cg.c index b4568cfdba..2bcec8a72c 100644 --- a/gfx/shader_cg.c +++ b/gfx/shader_cg.c @@ -401,8 +401,6 @@ static void gl_cg_deinit(void) gl_cg_deinit_context_state(); } -static bool gl_cg_init(const char *path); - #define SET_LISTING(type) \ { \ const char *list = cgGetLastListing(cgCtx); \