ACK series.

On Fri, 2017-08-04 at 08:56 +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fzig...@redhat.com>
> ---
>  common/quic.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/common/quic.c b/common/quic.c
> index b753d07..511e733 100644
> --- a/common/quic.c
> +++ b/common/quic.c
> @@ -153,7 +153,6 @@ struct Encoder {
>      QuicImageType type;
>      unsigned int width;
>      unsigned int height;
> -    unsigned int num_channels;
>  
>      unsigned int n_buckets_8bpc;
>      unsigned int n_buckets_5bpc;
> @@ -1079,8 +1078,6 @@ static int encoder_reset_channels(Encoder
> *encoder, int channels, int width, int
>  {
>      int i;
>  
> -    encoder->num_channels = channels;
> -
>      for (i = 0; i < channels; i++) {
>          s_bucket *bucket;
>          s_bucket *end_bucket;
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to