From e9b8a2b853d87c1cd66a1a516449eb313276af42 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Fri, 15 Apr 2016 20:28:28 -0700 Subject: [PATCH] compositor: Drop unneeded create_output callback Signed-off-by: Bryce Harrington Reviewed-by: Giulio Camuffo Reviewed-by: Pekka Paalanen --- src/compositor.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/compositor.h b/src/compositor.h index 0ba00be2..5ca497c7 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -691,14 +691,6 @@ struct weston_backend_config { struct weston_backend { void (*destroy)(struct weston_compositor *compositor); void (*restore)(struct weston_compositor *compositor); - /* vfunc to create a new output with a given name and config. - * backends not supporting the functionality will set this - * to NULL. - */ - struct weston_output * - (*create_output)(struct weston_compositor *compositor, - const char *name, - struct weston_backend_output_config *config); }; struct weston_compositor {