backend: don't create renderer if none is available

This commit is contained in:
Simon Zeni 2021-09-13 16:34:29 -04:00
parent 1b736ef7df
commit d2094ed473
2 changed files with 0 additions and 28 deletions

View file

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