Re: [Spice-devel] [spice-gtk] glz: Remove unused DECODE_TO_SAME array

2017-05-16 Thread Victor Toso
Hi, On Tue, May 16, 2017 at 05:12:42PM +0200, Christophe Fergeau wrote: > This also removes the generation of unneeded _decode methods once this > array is removed (this causes some warnings otherwise). > > DECODE_TO_SAME was used in the old client, but was never used when this > code was moved ov

[Spice-devel] [spice-gtk] glz: Remove unused DECODE_TO_SAME array

2017-05-16 Thread Christophe Fergeau
This also removes the generation of unneeded _decode methods once this array is removed (this causes some warnings otherwise). DECODE_TO_SAME was used in the old client, but was never used when this code was moved over to spice-gtk. Signed-off-by: Christophe Fergeau --- src/decode-glz.c | 21 --