Remove useless macro.

This commit is contained in:
Themaister 2012-01-25 23:08:12 +01:00
parent 0a81b47932
commit badf807ae9

View File

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