[PATCH weston v6 03/12] compositor: Drop unneeded create_output callback
Bryce Harrington
bryce at osg.samsung.com
Sat Apr 16 03:28:28 UTC 2016
Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
---
src/compositor.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/compositor.h b/src/compositor.h
index 0ba00be..5ca497c 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 {
--
1.9.1
More information about the wayland-devel
mailing list