diff options
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r-- | include/wlr/backend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h index ce5b2568..f87e88bd 100644 --- a/include/wlr/backend.h +++ b/include/wlr/backend.h @@ -6,11 +6,9 @@ #include <wlr/egl.h> struct wlr_backend_impl; -struct wlr_backend_state; struct wlr_backend { const struct wlr_backend_impl *impl; - struct wlr_backend_state *state; struct { struct wl_signal input_add; |