Remove unused global pointer

This commit is contained in:
twinaphex 2015-12-01 03:49:19 +01:00
parent fcde5ae8ff
commit 7bd0cd63d4

View File

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