[spice-server 1/2] smartcard: Remove unneeded 'dispose' implementation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 server/smartcard-channel-client.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/server/smartcard-channel-client.c b/server/smartcard-channel-client.c
index bfd05bf..05ad49b 100644
--- a/server/smartcard-channel-client.c
+++ b/server/smartcard-channel-client.c
@@ -73,11 +73,6 @@ static void smart_card_channel_client_set_property(GObject *object,
     }
 }
 
-static void smart_card_channel_client_dispose(GObject *object)
-{
-    G_OBJECT_CLASS(smart_card_channel_client_parent_class)->dispose(object);
-}
-
 static void smart_card_channel_client_finalize(GObject *object)
 {
     SmartCardChannelClient *self = SMARTCARD_CHANNEL_CLIENT(object);
@@ -100,7 +95,6 @@ static void smart_card_channel_client_class_init(SmartCardChannelClientClass *kl
 
     object_class->get_property = smart_card_channel_client_get_property;
     object_class->set_property = smart_card_channel_client_set_property;
-    object_class->dispose = smart_card_channel_client_dispose;
     object_class->finalize = smart_card_channel_client_finalize;
 }
 
-- 
2.9.3

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]