aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/kill.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-31 13:20:05 -0400
committerTony Crisci <tony@dubstepdish.com>2018-03-31 15:37:16 -0400
commite7ecb001d70c71f799547d15cd45c235412af402 (patch)
treea14ba05280f3c8b21f96b546509d5ce78b47b8ac /sway/commands/kill.c
parentf7a20726fc82c7eee1fe6756eb3aefebecb34ce6 (diff)
reap container parent on destroy
Diffstat (limited to 'sway/commands/kill.c')
-rw-r--r--sway/commands/kill.c1
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: