Address emersions comments on output re-enabling

This commit is contained in:
Brian Ashworth 2018-06-06 17:12:02 -04:00
parent a1b5b93d29
commit a0bbe67076
3 changed files with 4 additions and 12 deletions

View file

@ -262,8 +262,6 @@ static struct sway_container *container_output_destroy(
wl_list_remove(&output->sway_output->damage_destroy.link);
wl_list_remove(&output->sway_output->damage_frame.link);
// clear the wlr_output reference to this container
output->sway_output->wlr_output->data = NULL;
output->sway_output->swayc = NULL;
wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name);