mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Remove stray variable
This commit is contained in:
parent
5a80e31e5d
commit
ad6da2d45f
1
paths.c
1
paths.c
@ -151,7 +151,6 @@ void path_set_redirect(void)
|
||||
/* Set savefile directory if empty based on content directory */
|
||||
if (string_is_empty(current_savefile_dir))
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
strlcpy(current_savefile_dir, global->name.base,
|
||||
sizeof(current_savefile_dir));
|
||||
path_basedir(current_savefile_dir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user