aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/handlers.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index ba0c832e..69f325eb 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -680,13 +680,6 @@ static void handle_wlc_ready(void) {
free(line);
list_del(config->cmd_queue, 0);
}
-
- // render all outputs
- int i;
- for (i = 0; i < root_container.children->length; ++i) {
- swayc_t *output = root_container.children->items[i];
- wlc_output_schedule_render(output->handle);
- }
}
struct wlc_interface interface = {