dwm: Remove duplicate update_floating_label
This already exists further down in the constructor
This commit is contained in:
parent
8e205eeb15
commit
48d661d51a
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user