mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
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:
parent
a9ff9cc7d5
commit
7cbaa871cc
1 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue