diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-03-31 13:20:05 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-03-31 15:37:16 -0400 |
commit | e7ecb001d70c71f799547d15cd45c235412af402 (patch) | |
tree | a14ba05280f3c8b21f96b546509d5ce78b47b8ac /sway/commands | |
parent | f7a20726fc82c7eee1fe6756eb3aefebecb34ce6 (diff) |
reap container parent on destroy
Diffstat (limited to 'sway/commands')
-rw-r--r-- | sway/commands/kill.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/kill.c b/sway/commands/kill.c index 80120832..e6036cb3 100644 --- a/sway/commands/kill.c +++ b/sway/commands/kill.c @@ -19,7 +19,6 @@ struct cmd_results *cmd_kill(int argc, char **argv) { break; case C_CONTAINER: con = container_destroy(con); - con = container_reap_empty(con); arrange_windows(con, -1, -1); break; case C_VIEW: |