aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-managers.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-connection-managers.c')
-rw-r--r--libempathy/empathy-connection-managers.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c
index 82699d3d6..bd6f315e2 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)
{