mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
client: remove unused variable
display_thread variable is unused since
3c7e8bfbb4
Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
c6d98e15ca
commit
ded9bb1f8b
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ struct wl_display {
|
|||
uint32_t id;
|
||||
} protocol_error;
|
||||
int fd;
|
||||
pthread_t display_thread;
|
||||
struct wl_map objects;
|
||||
struct wl_event_queue display_queue;
|
||||
struct wl_event_queue default_queue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue