[empathy/mc5] Remove unused finalize



commit 047eaa1027bc50f98f0980f0169b3ccbdda34238
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sun Aug 23 14:31:46 2009 +0100

    Remove unused finalize

 libempathy/empathy-connection-managers.c |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c
index 82699d3..bd6f315 100644
--- a/libempathy/empathy-connection-managers.c
+++ b/libempathy/empathy-connection-managers.c
@@ -85,7 +85,6 @@ empathy_connection_managers_init (EmpathyConnectionManagers *obj)
 }
 
 static void empathy_connection_managers_dispose (GObject *object);
-static void empathy_connection_managers_finalize (GObject *object);
 
 static GObject *
 empathy_connection_managers_constructor (GType type,
@@ -138,7 +137,6 @@ empathy_connection_managers_class_init (
 
   object_class->constructor = empathy_connection_managers_constructor;
   object_class->dispose = empathy_connection_managers_dispose;
-  object_class->finalize = empathy_connection_managers_finalize;
   object_class->get_property = empathy_connection_managers_get_property;
 
   g_object_class_install_property (object_class, PROP_READY,
@@ -194,20 +192,6 @@ empathy_connection_managers_dispose (GObject *object)
     G_OBJECT_CLASS (empathy_connection_managers_parent_class)->dispose (object);
 }
 
-void
-empathy_connection_managers_finalize (GObject *object)
-{
-#if 0
-  EmpathyConnectionManagers *self = EMPATHY_CONNECTION_MANAGERS (object);
-  EmpathyConnectionManagersPriv *priv =
-    EMPATHY_CONNECTION_MANAGERS_GET_PRIVATE (self);
-
-  /* free any data held directly by the object here */
-
-  G_OBJECT_CLASS (empathy_connection_managers_parent_class)->finalize (object);
-#endif
-}
-
 EmpathyConnectionManagers *
 empathy_connection_managers_dup_singleton (void)
 {



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