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

@ -754,7 +754,6 @@ static int init(struct capture_context *ctx) {
wl_registry_add_listener(ctx->registry, &registry_listener, ctx);
wl_display_roundtrip(ctx->display);
wl_display_dispatch(ctx->display);
if (!ctx->export_manager) {
av_log(ctx, AV_LOG_ERROR, "Compositor doesn't support %s!\n",