aboutsummaryrefslogtreecommitdiff
path: root/include/backend/multi.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-20 05:51:23 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-20 05:51:23 -0500
commitee39dff1e7de4a234f2ff39c1ce2df6bc84abb04 (patch)
tree11bc54fad4ab8d1b4b6bc4cec0c07fca072ab8d0 /include/backend/multi.h
parentca6a0ef1bbbd611c9ebf0ace08b8fc6af3883d09 (diff)
rootston: handle backend creation failed
Diffstat (limited to 'include/backend/multi.h')
-rw-r--r--include/backend/multi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h
index f0e50fc0..e283139c 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -10,8 +10,6 @@ struct wlr_multi_backend {
struct wlr_backend backend;
struct wl_list backends;
-
- struct wl_listener display_destroy;
};
#endif