From 5fe00cb975e680f049fe680fed7717f7fc341589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20Krezovi=C4=87?= Date: Fri, 30 Sep 2016 14:11:13 +0200 Subject: [PATCH] libweston: Remove weston_backend_output_config structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Quentin Glidic Reviewed-by: Pekka Paalanen Signed-off-by: Armin Krezović --- libweston/compositor.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/libweston/compositor.h b/libweston/compositor.h index 6cca4f3c..3e486d5e 100644 --- a/libweston/compositor.h +++ b/libweston/compositor.h @@ -694,20 +694,6 @@ enum weston_capability { WESTON_CAP_VIEW_CLIP_MASK = 0x0010, }; -/* Configuration struct for an output. - * - * This struct is used to pass the configuration for an output - * to the compositor backend when creating a new output. - * The backend can subclass this struct to handle backend - * specific data. - */ -struct weston_backend_output_config { - uint32_t transform; - uint32_t width; - uint32_t height; - uint32_t scale; -}; - /* Configuration struct for a backend. * * This struct carries the configuration for a backend, and it's