[Spice-devel] [PATCH spice-server v2 6/7] fixup! Convert RedChannelClient hierarchy to GObject
Frediano Ziglio
fziglio at redhat.com
Fri Sep 30 13:21:51 UTC 2016
Remove base from SmartCardChannelClientPrivate.
Public have already the base.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/smartcard-channel-client.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/server/smartcard-channel-client.c b/server/smartcard-channel-client.c
index afd0899..beda2fc 100644
--- a/server/smartcard-channel-client.c
+++ b/server/smartcard-channel-client.c
@@ -26,7 +26,6 @@ G_DEFINE_TYPE(SmartCardChannelClient, smart_card_channel_client, RED_TYPE_CHANNE
struct SmartCardChannelClientPrivate
{
- RedChannelClient base;
RedCharDeviceSmartcard *smartcard;
/* read_from_client/write_to_device buffer.
--
2.7.4
More information about the Spice-devel
mailing list