vulkan/wsi/wayland: remove unnecessary wl_proxy_set_queue call
authorSimon Ser <contact@emersion.fr>
Thu, 24 Jun 2021 18:27:42 +0000 (20:27 +0200)
committerSimon Ser <contact@emersion.fr>
Thu, 8 Jul 2021 10:05:20 +0000 (12:05 +0200)
commitc45a1de5c6016e861dbd19467eb5492ed3990878
treed028fd4fc77823f1cd3e48a0ec56ae752e6a912a
parent589ea55732e7eda03a00a119a5612a41ac0e2304
vulkan/wsi/wayland: remove unnecessary wl_proxy_set_queue call

A wl_proxy inherits its queue from its parent.
display->dmabuf.wl_dmabuf already has its queue correctly set up,
so it's unnecessary to set it again on the child
zwp_linux_buffer_params_v1 proxy.

Signed-off-by: Simon Ser <contact@emersion.fr>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11589>
src/vulkan/wsi/wsi_common_wayland.c