From 48d661d51a7ec29044efff57c4f2d97ece28f906 Mon Sep 17 00:00:00 2001 From: Mihir Lad Date: Fri, 24 Jul 2020 00:24:41 -0400 Subject: [PATCH] dwm: Remove duplicate update_floating_label This already exists further down in the constructor --- src/modules/dwm.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/dwm.cpp b/src/modules/dwm.cpp index 092cc53a..39eeef2f 100644 --- a/src/modules/dwm.cpp +++ b/src/modules/dwm.cpp @@ -89,10 +89,6 @@ namespace modules { m_ipc->subscribe(dwmipc::Event::TAG_CHANGE); } - if (m_floating_label) { - update_floating_label(); - } - if (m_layout_label) { auto layouts = m_ipc->get_layouts(); m_layouts = m_ipc->get_layouts();