diff --git a/src/Main.cxx b/src/Main.cxx index 754a102d..937ab548 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -38,8 +38,6 @@ using std::string_view_literals::operator""sv; -static Instance *global_instance; - ScreenManager *screen; #ifndef NCMPC_MINI @@ -297,7 +295,6 @@ try { /* create the global Instance */ Instance instance; - global_instance = &instance; screen = &instance.GetScreenManager(); AtScopeExit() {