mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-12 21:28:47 +00:00
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
This commit is contained in:
parent
00db440878
commit
8af947e7b2
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user