compositor: remove the authenticate vfunc

It was introduced in 5fcd0aa58e and
then used in code that doesn't exist anymore.

Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Giulio Camuffo 2015-06-11 19:10:51 +03:00 committed by Pekka Paalanen
parent f65f89b786
commit 83285fceaf

View 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;