diff options
author | emersion <contact@emersion.fr> | 2017-12-14 02:23:33 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-14 02:23:33 +0100 |
commit | cba592b3d2c516cab9f4e8325037dfdf6e30cb9a (patch) | |
tree | 6a3479fef295dc673c6bcdaac822f44523f94d8e /sway/tree/container.c | |
parent | 9254c5a93f1a38612d5391e34e4fe3b6c9e433a7 (diff) |
Use strtol instead of atoi in output command
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r-- | sway/tree/container.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c index f70bccdc..5df10bcb 100644 --- a/sway/tree/container.c +++ b/sway/tree/container.c @@ -179,8 +179,6 @@ swayc_t *destroy_output(swayc_t *output) { add_child(root_container.children->items[p], child); } sort_workspaces(root_container.children->items[p]); - // TODO WLR: is this needed anymore? - //update_visibility(root_container.children->items[p]); arrange_windows(root_container.children->items[p], -1, -1); } } |