removed a past unused placeholder

This commit is contained in:
vaxerski 2022-03-20 18:10:17 +01:00
parent 8dd48025ad
commit 9421be0221

View File

@ -119,11 +119,6 @@ void CHyprDwindleLayout::onWindowCreated(CWindow* pWindow) {
m_lDwindleNodesData.push_back(SDwindleNodeData());
const auto PNODE = &m_lDwindleNodesData.back();
if (pWindow->m_bIsFloating) {
// handle floating, TODO:
return;
}
const auto PMONITOR = g_pCompositor->getMonitorFromID(pWindow->m_iMonitorID);
// Populate the node with our window's data