diff options
Diffstat (limited to 'core/src/Entrypoint')
-rw-r--r-- | core/src/Entrypoint/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/src/Entrypoint/main.cpp b/core/src/Entrypoint/main.cpp index 152a1c8..d6f2cdf 100644 --- a/core/src/Entrypoint/main.cpp +++ b/core/src/Entrypoint/main.cpp @@ -1,7 +1,6 @@ #include "Entrypoint/Backend.hpp" #include "Model/GlobalStates.hpp" #include "UI/Localization.hpp" -#include "UI/States.hpp" #include "UI/UI.hpp" #include "Utils/I18n.hpp" #include "Utils/ScopeGuard.hpp" @@ -163,12 +162,6 @@ int main(int argc, char* argv[]) GlobalStates::Shutdown(); }; - UIState::Init(); - DEFER - { - UIState::Shutdown(); - }; - // Main loop backend->RunUntilWindowClose(&UI::MainWindow); |