aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_buffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wlr/types/wlr_buffer.h b/include/wlr/types/wlr_buffer.h
index d305f4d4..041bcb3b 100644
--- a/include/wlr/types/wlr_buffer.h
+++ b/include/wlr/types/wlr_buffer.h
@@ -128,10 +128,6 @@ struct wlr_client_buffer {
struct wlr_buffer base;
/**
- * The buffer resource, if any. Will be NULL if the client destroys it.
- */
- struct wl_resource *resource;
- /**
* The buffer's texture, if any. A buffer will not have a texture if the
* client destroys the buffer before it has been released.
*/
@@ -143,7 +139,6 @@ struct wlr_client_buffer {
// private state
- struct wl_listener resource_destroy;
struct wl_listener source_destroy;
// If the client buffer has been created from a wl_shm buffer