[Spice-devel] [PATCH] Remove unused free_compress_bufs field from DisplayChannel

Jonathon Jongsma jjongsma at redhat.com
Thu Jun 16 14:35:23 UTC 2016


Looks like I missed this one. I'd prefer a comment in the commit log indicating
why it's unused. Looks like it was removed
in 92d9b782bd0754083f79a04a9e9edc38339c0cc4

Acked-by: Jonathon Jongsma <jjongsma at redhat.com>


On Fri, 2016-06-10 at 17:24 +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  server/display-channel.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/server/display-channel.h b/server/display-channel.h
> index 16ea709..90836fb 100644
> --- a/server/display-channel.h
> +++ b/server/display-channel.h
> @@ -199,7 +199,6 @@ struct DisplayChannel {
>      SpiceImageSurfaces image_surfaces;
>  
>      ImageCache image_cache;
> -    RedCompressBuf *free_compress_bufs;
>  
>      int gl_draw_async_count;
>  


More information about the Spice-devel mailing list