Remove unused WindowsManager::CalcCenteredWinPos

This commit is contained in:
Wojtek Figat
2021-03-09 14:32:53 +01:00
parent 48ae338fb2
commit f82117c6fb
2 changed files with 0 additions and 12 deletions

View File

@@ -41,11 +41,6 @@ Window* WindowsManager::GetByNativePtr(void* handle)
return result;
}
Vector2 WindowsManager::CalcCenteredWinPos(const Vector2& size)
{
return (Platform::GetDesktopSize() - size) * 0.5f;
}
void WindowsManager::Register(Window* win)
{
WindowsLocker.Lock();