diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/backend.h | 6 | ||||
-rw-r--r-- | include/wlr/backend.h | 1 |
2 files changed, 0 insertions, 7 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 diff --git a/include/wlr/backend.h b/include/wlr/backend.h index d616fa1d..9da84039 100644 --- a/include/wlr/backend.h +++ b/include/wlr/backend.h @@ -30,7 +30,6 @@ struct wlr_backend { bool has_own_renderer; struct wlr_renderer *renderer; - struct wlr_allocator *allocator; }; /** |