summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-03-09 18:45:39 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2016-03-11 09:55:09 +0100
commit8af947e7b2062dda564bd9f6aacf5bc6b3da5e51 (patch)
treedb419c4c9a95da18f8f2add3a253925bce571a16 /common
parent00db44087807335e74c8f65ea3e6fde0b684e7db (diff)
downloadspice-common-8af947e7b2062dda564bd9f6aacf5bc6b3da5e51.tar.gz
spice-common-8af947e7b2062dda564bd9f6aacf5bc6b3da5e51.tar.xz
spice-common-8af947e7b2062dda564bd9f6aacf5bc6b3da5e51.zip
Remove 2 unused vfuncs from client_marshallers.h
The AudioVolume and AudioMute messages are not sent by the client, so they do not need to appear in SpiceMessageMarshallers in client_marshallers.h
Diffstat (limited to 'common')
-rw-r--r--common/client_marshallers.h2
1 files changed, 0 insertions, 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);