connection: Drop unused static closures

This commit is contained in:
Kristian Høgsberg 2012-10-01 13:21:29 -04:00
parent 56ea2e793b
commit 5495bcd15a

View 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;
};