mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
Remove useless macro.
This commit is contained in:
parent
0a81b47932
commit
badf807ae9
@ -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…
x
Reference in New Issue
Block a user