Re: [PATCH] wayland-server: Remove unused members from struct wl_client

2017-02-28 Thread Pekka Paalanen
On Sun, 26 Feb 2017 22:55:53 +0100 Sergi Granell wrote: > Those struct members are no longer used so we can remove them. > > Signed-off-by: Sergi Granell > --- > src/wayland-server.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/wayland-server.c b/src/wayland-server.c > index

[PATCH] wayland-server: Remove unused members from struct wl_client

2017-02-26 Thread Sergi Granell
Those struct members are no longer used so we can remove them. Signed-off-by: Sergi Granell --- src/wayland-server.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 6a8b3e4..82a3b01 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.