aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/headless.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/headless.h b/include/backend/headless.h
index 2ec53383..42a07db8 100644
--- a/include/backend/headless.h
+++ b/include/backend/headless.h
@@ -25,8 +25,6 @@ struct wlr_headless_output {
struct wlr_headless_backend *backend;
struct wl_list link;
- struct wlr_buffer *front_buffer;
-
struct wl_event_source *frame_timer;
int frame_delay; // ms
};