From 40dc4074eeecb15c82d9eacb3fcd54cff7162440 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 2 Nov 2011 11:41:11 +0100 Subject: Revert "contact-blocking-dialog: use tp-glib high level blocking API" This reverts commit d8153fa21a7beb4229dbba1810eb8544af91db4f. I was not supposed to commit that yet; the tp-glib API hasn't been released. --- libempathy/empathy-client-factory.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libempathy/empathy-client-factory.c') diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index beaa62157..f7529bf2e 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -158,9 +158,6 @@ empathy_client_factory_dup_connection_features (TpSimpleClientFactory *factory, feature = TP_CONNECTION_FEATURE_BALANCE; g_array_append_val (features, feature); - feature = TP_CONNECTION_FEATURE_CONTACT_BLOCKING; - g_array_append_val (features, feature); - return features; } -- cgit v1.2.3