Remove unnecessary wl_display_dispatch calls

wl_display_roundtrip already takes care of dispatching the display.
This commit is contained in:
Simon Ser 2020-08-24 10:27:03 +02:00 committed by Drew DeVault
parent bad1e9afa8
commit 297354f847
18 changed files with 0 additions and 19 deletions

View file

@ -279,7 +279,6 @@ struct wlr_backend *wlr_wl_backend_create(struct wl_display *display,
}
wl_registry_add_listener(wl->registry, &registry_listener, wl);
wl_display_dispatch(wl->remote_display);
wl_display_roundtrip(wl->remote_display);
if (!wl->compositor) {