diff --git a/src/connection.c b/src/connection.c index 9a5381e6..dbe0fa9d 100644 --- a/src/connection.c +++ b/src/connection.c @@ -58,7 +58,6 @@ struct wl_connection { int fd; void *data; wl_connection_update_func_t update; - struct wl_closure receive_closure, send_closure; int write_signalled; };