summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wayland/wayland-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wayland/wayland-util.h b/wayland/wayland-util.h
index 6c1231a..7808081 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;