compositor: remove the authenticate vfunc
authorGiulio Camuffo <giuliocamuffo@gmail.com>
Thu, 11 Jun 2015 16:10:51 +0000 (19:10 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 12 Jun 2015 08:24:23 +0000 (11:24 +0300)
It was introduced in 5fcd0aa58e243caf24f4deb080ac76e83d52213f and
then used in code that doesn't exist anymore.

Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
src/compositor.h

index 867f8c4..b414b5f 100644 (file)
@@ -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;