From 5495bcd15a7ea160d3ff4568f4746e33ed042aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 1 Oct 2012 13:21:29 -0400 Subject: [PATCH] connection: Drop unused static closures --- src/connection.c | 1 - 1 file changed, 1 deletion(-) 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; };