From d3fa128d5408673b0ea8d3ba3435c38b258a5e7a Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 5 Jun 2021 14:58:09 -0700 Subject: Merge UIState into GlobalStates --- core/src/Entrypoint/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/src/Entrypoint') 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); -- cgit v1.2.3-70-g09d2