mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
wayland-util: Drop unused struct wl_argument
This commit is contained in:
parent
53200f05c7
commit
a77498d07c
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue