From 7702a197394bb191858e3a8dae9a0b4b5a1a262e Mon Sep 17 00:00:00 2001
From: Alexander Orzechowski <alex@ozal.ski>
Date: Wed, 29 Nov 2023 15:26:47 -0500
Subject: output: Drop back_buffer

---
 include/wlr/types/wlr_output.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'include')

diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h
index 72b14b70..a2e1fbae 100644
--- a/include/wlr/types/wlr_output.h
+++ b/include/wlr/types/wlr_output.h
@@ -200,7 +200,6 @@ struct wlr_output {
 	struct wlr_allocator *allocator;
 	struct wlr_renderer *renderer;
 	struct wlr_swapchain *swapchain;
-	struct wlr_buffer *back_buffer;
 
 	struct wl_listener display_destroy;
 
-- 
cgit v1.2.3