dwm: Remove duplicate update_floating_label

This already exists further down in the constructor
This commit is contained in:
Mihir Lad 2020-07-24 00:24:41 -04:00
parent 8e205eeb15
commit 48d661d51a

View File

@ -89,10 +89,6 @@ namespace modules {
m_ipc->subscribe(dwmipc::Event::TAG_CHANGE); m_ipc->subscribe(dwmipc::Event::TAG_CHANGE);
} }
if (m_floating_label) {
update_floating_label();
}
if (m_layout_label) { if (m_layout_label) {
auto layouts = m_ipc->get_layouts(); auto layouts = m_ipc->get_layouts();
m_layouts = m_ipc->get_layouts(); m_layouts = m_ipc->get_layouts();