Remove outdated TODO

This commit is contained in:
Simon Ser 2019-10-30 20:45:15 +01:00
parent 30073e5295
commit 5faa1e466b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -565,8 +565,7 @@ bool liftoff_display_apply(struct liftoff_display *display, drmModeAtomicReq *re
return true;
}
/* Unset all existing plane and layer mappings.
TODO: incremental updates keeping old configuration if possible */
/* Unset all existing plane and layer mappings. */
liftoff_list_for_each(plane, &display->planes, link) {
if (plane->layer != NULL) {
plane->layer->plane = NULL;