Remove unused fs paths
This commit is contained in:
parent
fe9e7889f8
commit
ac0bd67a60
@ -54,17 +54,6 @@ namespace filesystem
|
|||||||
const auto code = game::SEH_GetCurrentLanguageName();
|
const auto code = game::SEH_GetCurrentLanguageName();
|
||||||
|
|
||||||
paths.push_back(path);
|
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);
|
paths.push_back(path / code);
|
||||||
|
|
||||||
return paths;
|
return paths;
|
||||||
|
Loading…
Reference in New Issue
Block a user