From ac0bd67a60883579f2f78831ace0f1f7636a0531 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:14:55 +0100 Subject: [PATCH] Remove unused fs paths --- src/client/component/filesystem.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/client/component/filesystem.cpp b/src/client/component/filesystem.cpp index d736ba59..0c128583 100644 --- a/src/client/component/filesystem.cpp +++ b/src/client/component/filesystem.cpp @@ -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;