mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
vulkan/wsi/wayland: Stop printing out the DRM device
Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Cc: mesa-stable@lists.freedesktop.org
This commit is contained in:
parent
a553eb0fdf
commit
016de7e155
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ wsi_wl_display_add_vk_format(struct wsi_wl_display *display, VkFormat format)
|
|||
static void
|
||||
drm_handle_device(void *data, struct wl_drm *drm, const char *name)
|
||||
{
|
||||
fprintf(stderr, "wl_drm.device(%s)\n", name);
|
||||
}
|
||||
|
||||
static uint32_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue