cage: drop wlr_scene_set_presentation()

Scene-graph will do the right thing without this call.
This commit is contained in:
Simon Ser 2024-02-16 16:19:37 +01:00
parent b9add8b729
commit 7cc49d2292

1
cage.c
View file

@ -440,7 +440,6 @@ main(int argc, char *argv[])
ret = 1;
goto end;
}
wlr_scene_set_presentation(server.scene, presentation);
if (!wlr_export_dmabuf_manager_v1_create(server.wl_display)) {
wlr_log(WLR_ERROR, "Unable to create the export DMABUF manager");