summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 15:45:07 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 13:01:39 +0200
commitfd4e323482b1ff8c91528df6c6fb267ba511e6bc (patch)
treee799b493b55c7d1bf21d4db07fd7abdafb985572
parent12e0ed827fd7304703250fcf0fe115111f4f09ae (diff)
downloadtelepathy-idle-fd4e323482b1ff8c91528df6c6fb267ba511e6bc.tar.gz
TpBaseConnectionClass->create_channel_factories is going to be removed
Will be removed in Telepathy 1.0
-rw-r--r--src/idle-connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idle-connection.c b/src/idle-connection.c
index 903a8b4..9b495a8 100644
--- a/src/idle-connection.c
+++ b/src/idle-connection.c
@@ -490,7 +490,6 @@ static void idle_connection_class_init(IdleConnectionClass *klass) {
parent_class->create_handle_repos = _iface_create_handle_repos;
parent_class->get_unique_connection_name = _iface_get_unique_connection_name;
- parent_class->create_channel_factories = NULL;
parent_class->create_channel_managers = _iface_create_channel_managers;
parent_class->connecting = NULL;
parent_class->connected = NULL;