From b1e38fc7eaf5d01a9a1f5ceeab1b8b75e143cabf Mon Sep 17 00:00:00 2001
From: Alexander Orzechowski <orzechowski.alexander@gmail.com>
Date: Thu, 6 Apr 2023 22:39:08 +0200
Subject: output: Drop output_is_direct_scanout

---
 include/types/wlr_output.h | 2 --
 1 file changed, 2 deletions(-)

(limited to 'include')

diff --git a/include/types/wlr_output.h b/include/types/wlr_output.h
index 30c3e45f..5f75eb60 100644
--- a/include/types/wlr_output.h
+++ b/include/types/wlr_output.h
@@ -6,8 +6,6 @@
 
 void output_pending_resolution(struct wlr_output *output,
 	const struct wlr_output_state *state, int *width, int *height);
-bool output_is_direct_scanout(struct wlr_output *output,
-	struct wlr_buffer *buffer);
 
 struct wlr_drm_format *output_pick_format(struct wlr_output *output,
 	const struct wlr_drm_format_set *display_formats, uint32_t format);
-- 
cgit v1.2.3