aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/types/wlr_buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/types/wlr_buffer.h b/include/types/wlr_buffer.h
index 896109fd..4817e23f 100644
--- a/include/types/wlr_buffer.h
+++ b/include/types/wlr_buffer.h
@@ -22,9 +22,6 @@ struct wlr_shm_client_buffer {
struct wl_listener release;
};
-struct wlr_shm_client_buffer *shm_client_buffer_create(
- struct wl_resource *resource);
-
/**
* A read-only buffer that holds a data pointer.
*