aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2021-11-16 09:26:44 -0500
committerSimon Zeni <simon@bl4ckb0ne.ca>2021-11-18 09:37:57 -0500
commit6dc6af1534534394e62761bda7c7dbf01aaa3144 (patch)
tree9cb1a83d3282bc6eeb8c1b46ecb0797661a63236 /include/backend
parent0c76aef2022525e9346b59596b5fa6e08b462998 (diff)
backend: remove backend_get_allocator
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/backend.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/backend/backend.h b/include/backend/backend.h
index 7d88cd79..8c7440c3 100644
--- a/include/backend/backend.h
+++ b/include/backend/backend.h
@@ -10,10 +10,4 @@
*/
uint32_t backend_get_buffer_caps(struct wlr_backend *backend);
-/**
- * Get the backend's allocator. Automatically creates the allocator if
- * necessary.
- */
-struct wlr_allocator *backend_get_allocator(struct wlr_backend *backend);
-
#endif