removed a past unused placeholder
This commit is contained in:
parent
8dd48025ad
commit
9421be0221
1 changed files with 0 additions and 5 deletions
|
|
@ -119,11 +119,6 @@ void CHyprDwindleLayout::onWindowCreated(CWindow* pWindow) {
|
||||||
m_lDwindleNodesData.push_back(SDwindleNodeData());
|
m_lDwindleNodesData.push_back(SDwindleNodeData());
|
||||||
const auto PNODE = &m_lDwindleNodesData.back();
|
const auto PNODE = &m_lDwindleNodesData.back();
|
||||||
|
|
||||||
if (pWindow->m_bIsFloating) {
|
|
||||||
// handle floating, TODO:
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const auto PMONITOR = g_pCompositor->getMonitorFromID(pWindow->m_iMonitorID);
|
const auto PMONITOR = g_pCompositor->getMonitorFromID(pWindow->m_iMonitorID);
|
||||||
|
|
||||||
// Populate the node with our window's data
|
// Populate the node with our window's data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue