summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-05-10 12:56:22 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-05-10 12:56:22 +0200
commita77498d07c099b96f2cfc18728a1a24430e2e999 (patch)
tree4e110f978d2cbba23d8e35e8a42529a537087a80
parent53200f05c7682de3c4a2d061512b2989b6a3fd6f (diff)
wayland-util: Drop unused struct wl_argument
-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;