diff --git a/libweston-desktop/libweston-desktop.c b/libweston-desktop/libweston-desktop.c index d92958d4..c1efd201 100644 --- a/libweston-desktop/libweston-desktop.c +++ b/libweston-desktop/libweston-desktop.c @@ -77,13 +77,6 @@ weston_desktop_create(struct weston_compositor *compositor, return NULL; } - desktop->xdg_shell_v6 = - weston_desktop_xdg_shell_v6_create(desktop, display); - if (desktop->xdg_shell_v6 == NULL) { - weston_desktop_destroy(desktop); - return NULL; - } - desktop->wl_shell = weston_desktop_wl_shell_create(desktop, display); if (desktop->wl_shell == NULL) {