diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-09-24 20:15:40 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-09-24 20:15:40 +0100 |
| commit | 17f9dadd7596e76b9657a398eec452ae25f66b93 (patch) | |
| tree | f798213ec7cd307ed5892acfc63c8f04bcb6a039 /swaybar | |
| parent | 0115a80ad734f2006306e539c0b919d9871764b0 (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); |
