mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-06 13:29:48 -05:00
connection: Drop unused static closures
This commit is contained in:
parent
56ea2e793b
commit
5495bcd15a
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ struct wl_connection {
|
||||||
int fd;
|
int fd;
|
||||||
void *data;
|
void *data;
|
||||||
wl_connection_update_func_t update;
|
wl_connection_update_func_t update;
|
||||||
struct wl_closure receive_closure, send_closure;
|
|
||||||
int write_signalled;
|
int write_signalled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue