dwm: Remove duplicate get_layouts

This commit is contained in:
Mihir Lad 2020-07-24 00:52:54 -04:00
parent 7b1a384c22
commit 7342b03240

View File

@ -96,7 +96,6 @@ namespace modules {
} }
if (m_layout_label) { if (m_layout_label) {
auto layouts = m_ipc->get_layouts();
m_layouts = m_ipc->get_layouts(); m_layouts = m_ipc->get_layouts();
// First layout is treated as default by dwm // First layout is treated as default by dwm