mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove unused global pointer
This commit is contained in:
parent
fcde5ae8ff
commit
7bd0cd63d4
1 changed files with 0 additions and 1 deletions
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…
Add table
Reference in a new issue