mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 16:48:06 +00:00
Remove unused definitions
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
76f643030f
commit
8271168a35
@ -37,11 +37,6 @@ static inline QXLInterface * qxl_get_interface(QXLInstance *qxl)
|
||||
return SPICE_CONTAINEROF(qxl->base.sif, QXLInterface, base);
|
||||
}
|
||||
|
||||
struct TunnelWorker;
|
||||
struct SpiceNetWireState {
|
||||
struct TunnelWorker *worker;
|
||||
};
|
||||
|
||||
struct SpiceMigrateState {
|
||||
int dummy;
|
||||
};
|
||||
@ -79,7 +74,6 @@ enum {
|
||||
void reds_client_disconnect(RedsState *reds, RedClient *client);
|
||||
|
||||
// Temporary (?) for splitting main channel
|
||||
typedef struct MainMigrateData MainMigrateData;
|
||||
void reds_marshall_migrate_data(RedsState *reds, SpiceMarshaller *m);
|
||||
SpiceMsgChannels *reds_msg_channels_new(RedsState *reds);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user