diff options
author | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
commit | 8f7daa9bd100345d7e23639604c9a3a50ce6448b (patch) | |
tree | 4b0c4934f29dfca933e1e955a8af2e61c2719ca1 /core/src/UI/UI_Settings.cpp | |
parent | 222cfec6ad882196d8927f73e30d905daae89556 (diff) |
Convert runtime-loaded l10n to string literals chosen at compile time
Diffstat (limited to 'core/src/UI/UI_Settings.cpp')
-rw-r--r-- | core/src/UI/UI_Settings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/UI/UI_Settings.cpp b/core/src/UI/UI_Settings.cpp index da935c6..107b94c 100644 --- a/core/src/UI/UI_Settings.cpp +++ b/core/src/UI/UI_Settings.cpp @@ -1,7 +1,5 @@ #include "UI/UI.hpp" -#include "UI/Localization.hpp" - #include <imgui.h> void UI::SettingsTab() |