From 83285fceafd93cd07582b95ea3c703374c9b5e64 Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Thu, 11 Jun 2015 19:10:51 +0300 Subject: [PATCH] compositor: remove the authenticate vfunc It was introduced in 5fcd0aa58e243caf24f4deb080ac76e83d52213f and then used in code that doesn't exist anymore. Reviewed-by: Pekka Paalanen --- src/compositor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.h b/src/compositor.h index 867f8c46..b414b5f8 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -673,7 +673,6 @@ struct weston_compositor { void (*destroy)(struct weston_compositor *ec); void (*restore)(struct weston_compositor *ec); - int (*authenticate)(struct weston_compositor *c, uint32_t id); struct weston_launcher *launcher;