internal: remove dead code (#8748)

This commit is contained in:
Ikalco
2024-12-17 10:31:27 -06:00
committed by GitHub
parent bd7092a9fe
commit e2c78c00e5
19 changed files with 2 additions and 127 deletions

View File

@@ -473,15 +473,6 @@ PHLWINDOW CWindow::x11TransientFor() {
return nullptr;
}
void CWindow::removeDecorationByType(eDecorationType type) {
for (auto const& wd : m_dWindowDecorations) {
if (wd->getDecorationType() == type)
m_vDecosToRemove.push_back(wd.get());
}
updateWindowDecos();
}
void unregisterVar(void* ptr) {
((CBaseAnimatedVariable*)ptr)->unregister();
}