mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-06 19:01:30 +00:00
messages: Remove obsolete structure definition
This structure is not used by both spice-gtk and spice-server. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
61ce54ef6c
commit
81f0331469
@ -58,15 +58,6 @@ typedef struct SpiceMsgSmartcard {
|
||||
uint32_t reader_id;
|
||||
uint8_t data[0];
|
||||
} SpiceMsgSmartcard;
|
||||
|
||||
typedef struct SpiceMsgcSmartcard {
|
||||
VSCMsgHeader header;
|
||||
union {
|
||||
VSCMsgError error;
|
||||
VSCMsgATR atr_data;
|
||||
VSCMsgReaderAdd add;
|
||||
};
|
||||
} SpiceMsgcSmartcard;
|
||||
#endif
|
||||
|
||||
#include <common/generated_messages.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user