diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-09-24 20:15:40 +0100 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2018-09-28 13:54:58 +0100 |
commit | bcd2a8fe124ce6adb7d23ba0fa39287744947e29 (patch) | |
tree | f798213ec7cd307ed5892acfc63c8f04bcb6a039 /swaybar | |
parent | 98576b9ddab61998f92ada497e0d8affa0cb1205 (diff) |
swaybar: remove unused focused_output property
Diffstat (limited to 'swaybar')
-rw-r--r-- | swaybar/ipc.c | 1 |
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( } void ipc_get_workspaces(struct swaybar *bar) { - bar->focused_output = NULL; struct swaybar_output *output; wl_list_for_each(output, &bar->outputs, link) { free_workspaces(&output->workspaces); |