backend/drm: drop get_renderer implementation

We can now just rely on the common code for this.
This commit is contained in:
Simon Ser 2021-07-12 17:23:25 +02:00
parent 9b99570869
commit c74dc45bb6
3 changed files with 18 additions and 15 deletions

View file

@ -28,6 +28,7 @@ struct wlr_backend {
// Private state
bool has_own_renderer;
struct wlr_renderer *renderer;
struct wlr_allocator *allocator;
};