Clean out unused API

This commit is contained in:
elasota
2020-03-14 12:03:50 -04:00
parent cea0bde015
commit e114d5c5dd
11 changed files with 3 additions and 188 deletions

View File

@@ -674,7 +674,7 @@ namespace PortabilityLayer
if (m_windowStackTop == impl)
{
if (WindowImpl *below = impl->GetWindowBelow())
BringToFront(below);
PutWindowBehind(below, GetPutInFrontSentinel());
}
}