[Spice-commits] server/display-channel.h

Frediano Ziglio fziglio at kemper.freedesktop.org
Thu Jun 16 14:46:24 UTC 2016


 server/display-channel.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fa4d2048199d76763449359f4a18d861ddeb6c11
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Jun 10 17:24:30 2016 +0100

    Remove unused free_compress_bufs field from DisplayChannel
    
    RedCompressBuf are no longer pooled.
    The usage was removed in 92d9b782bd0754083f79a04a9e9edc38339c0cc4.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Jonathon Jongsma <jjongsma at redhat.com>

diff --git a/server/display-channel.h b/server/display-channel.h
index 04ae0d0..9a264a3 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -192,7 +192,6 @@ struct DisplayChannel {
     SpiceImageSurfaces image_surfaces;
 
     ImageCache image_cache;
-    RedCompressBuf *free_compress_bufs;
 
     int gl_draw_async_count;
 


More information about the Spice-commits mailing list