diff --git a/src/textscreens.cpp b/src/textscreens.cpp index a16b386..5953170 100644 --- a/src/textscreens.cpp +++ b/src/textscreens.cpp @@ -69,8 +69,6 @@ void TextWindow::ScreenShowGroupsSpecial(int link, uint32_t v) { } void TextWindow::ScreenActivateGroup(int link, uint32_t v) { hGroup hg = { v }; - Group *g = SK.GetGroup(hg); - g->visible = true; SS.GW.activeGroup.v = v; SK.GetGroup(SS.GW.activeGroup)->Activate(); SS.GW.ClearSuper();