[PATCH weston] multi-resource: remove an unnecessary call of wl_display_get_fd()

Pekka Paalanen ppaalanen at gmail.com
Thu Aug 28 03:09:28 PDT 2014


On Thu, 28 Aug 2014 18:35:27 +0900
Ryo Munakata <ryomnktml at gmail.com> wrote:

> Signed-off-by: Ryo Munakata <ryomnktml at gmail.com>
> ---
>  clients/multi-resource.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/clients/multi-resource.c b/clients/multi-resource.c
> index c4a0c18..0dc2c74 100644
> --- a/clients/multi-resource.c
> +++ b/clients/multi-resource.c
> @@ -258,8 +258,6 @@ create_display(void)
>  		exit(1);
>  	}
>  
> -	wl_display_get_fd(display->display);
> -
>  	wl_list_init(&display->devices);
>  
>  	return display;

Pushed!

Thanks,
pq


More information about the wayland-devel mailing list