[Spice-devel] [spice-common] Remove 2 unused vfuncs from client_marshallers.h
Marc-André Lureau
marcandre.lureau at gmail.com
Thu Mar 10 18:06:26 UTC 2016
ack
On Thu, Mar 10, 2016 at 4:54 PM, Christophe Fergeau <cfergeau at redhat.com> wrote:
> The AudioVolume and AudioMute messages are not sent by the client, so
> they do not need to appear in SpiceMessageMarshallers in
> client_marshallers.h
> ---
> common/client_marshallers.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/common/client_marshallers.h b/common/client_marshallers.h
> index 41414fa..728987e 100644
> --- a/common/client_marshallers.h
> +++ b/common/client_marshallers.h
> @@ -33,8 +33,6 @@ SPICE_BEGIN_DECLS
> typedef struct {
> void (*msg_SpiceMsgEmpty)(SpiceMarshaller *m, SpiceMsgEmpty *msg);
> void (*msg_SpiceMsgData)(SpiceMarshaller *m, SpiceMsgData *msg);
> - void (*msg_SpiceMsgAudioVolume)(SpiceMarshaller *m, SpiceMsgAudioVolume *msg);
> - void (*msg_SpiceMsgAudioMute)(SpiceMarshaller *m, SpiceMsgAudioMute *msg);
> void (*msgc_ack_sync)(SpiceMarshaller *m, SpiceMsgcAckSync *msg);
> void (*msgc_pong)(SpiceMarshaller *m, SpiceMsgPing *msg);
> void (*msgc_disconnecting)(SpiceMarshaller *m, SpiceMsgDisconnect *msg);
> --
> 2.5.0
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
--
Marc-André Lureau
More information about the Spice-devel
mailing list