Remove useless macro.
This commit is contained in:
parent
388e2bb5fc
commit
0faa8c3855
|
@ -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); \
|
||||
|
|
Loading…
Reference in New Issue