aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/backend.h1
1 files changed, 0 insertions, 1 deletions
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;
};
/**