aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index 9a5381e..dbe0fa9 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;
};