connection: Drop unused static closures
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 1 Oct 2012 17:21:29 +0000 (13:21 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 1 Oct 2012 17:21:29 +0000 (13:21 -0400)
src/connection.c

index 9a5381e..dbe0fa9 100644 (file)
@@ -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;
 };