backend/wayland: remove wl_shm

We bind to it but never use it.
This commit is contained in:
Simon Ser 2019-05-06 19:08:30 +03:00
parent 292d20e4c1
commit 947d5ff481
2 changed files with 0 additions and 7 deletions

View file

@ -33,7 +33,6 @@ struct wlr_wl_backend {
struct wl_compositor *compositor;
struct xdg_wm_base *xdg_wm_base;
struct zxdg_decoration_manager_v1 *zxdg_decoration_manager_v1;
struct wl_shm *shm;
struct wl_seat *seat;
struct wl_pointer *pointer;
struct wl_keyboard *keyboard;