aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/ipc.c')
-rw-r--r--swaybar/ipc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaybar/ipc.c b/swaybar/ipc.c
index 2b50528d..7c53a44f 100644
--- a/swaybar/ipc.c
+++ b/swaybar/ipc.c
@@ -237,7 +237,6 @@ static bool ipc_parse_config(
237} 237}
238 238
239void ipc_get_workspaces(struct swaybar *bar) { 239void ipc_get_workspaces(struct swaybar *bar) {
240 bar->focused_output = NULL;
241 struct swaybar_output *output; 240 struct swaybar_output *output;
242 wl_list_for_each(output, &bar->outputs, link) { 241 wl_list_for_each(output, &bar->outputs, link) {
243 free_workspaces(&output->workspaces); 242 free_workspaces(&output->workspaces);