aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2023-11-29 15:26:47 -0500
committerAlexander Orzechowski <alex@ozal.ski>2023-11-29 16:00:24 -0500
commit7702a197394bb191858e3a8dae9a0b4b5a1a262e (patch)
treebbc03f9ce23dbb1e52991cbaf2dc6a1bd1ce5c69 /include/wlr
parentfc6000251cad887ef31c9e4ec35dd95e1a955311 (diff)
output: Drop back_buffer
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_output.h1
1 files changed, 0 insertions, 1 deletions
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;