render/allocator: drop allocator_autocreate_with_drm_fd()

This is now unused.
This commit is contained in:
Simon Ser 2024-11-07 18:55:01 +01:00
parent 4c4d74a564
commit c0945b6613
2 changed files with 9 additions and 25 deletions

View file

@ -1,9 +0,0 @@
#ifndef RENDER_ALLOCATOR_ALLOCATOR_H
#define RENDER_ALLOCATOR_ALLOCATOR_H
#include <wlr/render/allocator.h>
struct wlr_allocator *allocator_autocreate_with_drm_fd(
uint32_t backend_caps, struct wlr_renderer *renderer, int drm_fd);
#endif