mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Remove unused global pointer
This commit is contained in:
parent
fcde5ae8ff
commit
7bd0cd63d4
1
cheats.c
1
cheats.c
@ -171,7 +171,6 @@ bool cheat_manager_load(const char *path)
|
||||
unsigned cheats = 0, i;
|
||||
cheat_manager_t *cheat;
|
||||
config_file_t *conf = config_file_new(path);
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
if (!conf)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user