(Cg) Remove useless forward declaration

This commit is contained in:
twinaphex 2014-03-04 17:13:23 +01:00
parent 6e4f396d10
commit 68a6da85b7

View File

@ -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); \