wayland-util: Drop unused struct wl_argument

This commit is contained in:
Benjamin Franzke 2011-05-10 12:56:22 +02:00
parent 53200f05c7
commit a77498d07c

View file

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