Use C++-styled pointers for decorations

This commit is contained in:
vaxerski 2022-05-28 23:43:11 +02:00
parent 08e0567d3a
commit 894ae2d742
4 changed files with 5 additions and 10 deletions

View file

@ -13,7 +13,4 @@ CWindow::~CWindow() {
g_pCompositor->m_pLastFocus = nullptr;
g_pCompositor->m_pLastWindow = nullptr;
}
for (auto& wd : m_dWindowDecorations)
delete wd;
}