[PATCH 3/3] client: remove unused variable

Marek Chalupa mchqwerty at gmail.com
Thu Aug 21 03:07:08 PDT 2014


display_thread variable is unused since
3c7e8bfbb4745315b7bcbf69fa746c3d6718c305

Signed-off-by: Marek Chalupa <mchqwerty at gmail.com>
---
 src/wayland-client.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/wayland-client.c b/src/wayland-client.c
index 15a5acc..2252424 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -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;
-- 
2.0.4



More information about the wayland-devel mailing list