diff --git a/gfx/shader_cg.c b/gfx/shader_cg.c index 57e83ce99d..f05f8d52ac 100644 --- a/gfx/shader_cg.c +++ b/gfx/shader_cg.c @@ -324,13 +324,6 @@ void gl_cg_deinit(void) cgCtx = NULL; } -#define SET_LISTING_INDEX(type, index) \ -{ \ - const char *list = cgGetLastListing(cgCtx); \ - if (list) \ - listing_##type[index] = strdup(list); \ -} - #define SET_LISTING(type) \ { \ const char *list = cgGetLastListing(cgCtx); \