diff --git a/wayland/wayland-util.h b/wayland/wayland-util.h index 6c1231a9..78080817 100644 --- a/wayland/wayland-util.h +++ b/wayland/wayland-util.h @@ -44,11 +44,6 @@ extern "C" { const typeof( ((type *)0)->member ) *__mptr = (ptr); \ (type *)( (char *)__mptr - offsetof(type,member) );}) -struct wl_argument { - uint32_t type; - void *data; -}; - struct wl_message { const char *name; const char *signature;