mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 14:26:00 +01:00
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…
Reference in a new issue