aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-05-06 19:08:30 +0300
committerSimon Ser <contact@emersion.fr>2019-05-06 20:51:57 +0300
commit947d5ff481ee65fd0a88bd870faad2578bfc5d04 (patch)
treeb3fe5712ffc29626512b01db6691a5225b7f79a2 /include/backend/wayland.h
parent292d20e4c180970f0d2af9a7c44587cfba073fad (diff)
backend/wayland: remove wl_shm
We bind to it but never use it.
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r--include/backend/wayland.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index e6574250..0112460f 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -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;