From 7cbaa871cccf0e07123185d5db8a35f7eee27f37 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 15 Feb 2018 13:48:35 +0200 Subject: [PATCH] client: remove definition of wl_global Nothing on the client side uses it since 9fe75537ad207c1496e6d9be41a8f5af4b876506 which was just before the 0.99 release. Signed-off-by: Pekka Paalanen Reviewed-By: Markus Ongyerth --- src/wayland-client.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index efeb745..0ccfc66 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -71,13 +71,6 @@ struct wl_proxy { uint32_t version; }; -struct wl_global { - uint32_t id; - char *interface; - uint32_t version; - struct wl_list link; -}; - struct wl_event_queue { struct wl_list event_list; struct wl_display *display; -- 2.7.4