projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680a6b3
)
wayland-server: Remove unused members from struct wl_client
author
Sergi Granell
<xerpi.g.12@gmail.com>
Sun, 26 Feb 2017 21:55:53 +0000
(22:55 +0100)
committer
Pekka Paalanen
<pekka.paalanen@collabora.co.uk>
Tue, 28 Feb 2017 14:37:49 +0000
(16:37 +0200)
Those struct members are no longer used so we can remove them.
Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
src/wayland-server.c
patch
|
blob
|
history
diff --git
a/src/wayland-server.c
b/src/wayland-server.c
index
6a8b3e4
..
82a3b01
100644
(file)
--- a/
src/wayland-server.c
+++ b/
src/wayland-server.c
@@
-74,8
+74,6
@@
struct wl_client {
struct wl_event_source *source;
struct wl_display *display;
struct wl_resource *display_resource;
- uint32_t id_count;
- uint32_t mask;
struct wl_list link;
struct wl_map objects;
struct wl_priv_signal destroy_signal;