aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/client.c')
-rw-r--r--sway/commands/client.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sway/commands/client.c b/sway/commands/client.c
index 7a9cff2c..fd2ac7a8 100644
--- a/sway/commands/client.c
+++ b/sway/commands/client.c
@@ -51,11 +51,6 @@ static struct cmd_results *handle_command(int argc, char **argv, char *cmd_name,
51 51
52 if (config->active) { 52 if (config->active) {
53 root_for_each_container(container_update_iterator, NULL); 53 root_for_each_container(container_update_iterator, NULL);
54
55 for (int i = 0; i < root->outputs->length; ++i) {
56 struct sway_output *output = root->outputs->items[i];
57 output_damage_whole(output);
58 }
59 } 54 }
60 55
61 return cmd_results_new(CMD_SUCCESS, NULL); 56 return cmd_results_new(CMD_SUCCESS, NULL);