diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index acf04595..220b831c 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -133,7 +133,6 @@ struct wlr_xwayland_surface { } events; struct wl_listener surface_destroy; - struct wl_listener surface_commit; void *data; }; |