mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove buf variable
This commit is contained in:
parent
d3470637ad
commit
5d9934d4da
1 changed files with 0 additions and 2 deletions
|
@ -1474,8 +1474,6 @@ static void frontend_linux_get_env(int *argc,
|
|||
"RetroArch", "[ENV]: application location: [%s]\n", app_dir);
|
||||
if (args && *app_dir)
|
||||
{
|
||||
char buf[PATH_MAX_LENGTH] = {0};
|
||||
|
||||
fill_pathname_join(g_defaults.dir.assets, app_dir,
|
||||
"assets", sizeof(g_defaults.dir.assets));
|
||||
fill_pathname_join(g_defaults.dir.cache, app_dir,
|
||||
|
|
Loading…
Add table
Reference in a new issue