Remove unused fs paths

This commit is contained in:
fed 2023-02-24 20:14:55 +01:00
parent fe9e7889f8
commit ac0bd67a60

View File

@ -54,17 +54,6 @@ namespace filesystem
const auto code = game::SEH_GetCurrentLanguageName();
paths.push_back(path);
if (language::is_non_latin())
{
paths.push_back(path / "fallback");
}
if (language::is_slavic() || language::is_arabic())
{
paths.push_back(path / "slavic");
}
paths.push_back(path / code);
return paths;