pause: cleanup, remove an unused hook

This commit is contained in:
somewhatlurker
2019-10-21 13:46:34 +11:00
parent 187eb7350b
commit 4540264c96
6 changed files with 37 additions and 52 deletions
@@ -151,14 +151,6 @@ namespace TLAC::Components
}
}
void ComponentsManager::UpdatePostDraw()
{
for (auto& component : components)
{
component->UpdatePostDraw();
}
}
void ComponentsManager::OnFocusGain()
{
for (auto& component : components)