client: remove definition of wl_global

Nothing on the client side uses it since
9fe75537ad which was just before the 0.99
release.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-By: Markus Ongyerth <wl@ongy.net>
This commit is contained in:
Pekka Paalanen 2018-02-15 13:48:35 +02:00
parent a9ff9cc7d5
commit 7cbaa871cc

View file

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