aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-channel-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-channel-factory.c')
-rw-r--r--libempathy/empathy-channel-factory.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libempathy/empathy-channel-factory.c b/libempathy/empathy-channel-factory.c
index b2a630ca1..d8b1cd941 100644
--- a/libempathy/empathy-channel-factory.c
+++ b/libempathy/empathy-channel-factory.c
@@ -28,9 +28,7 @@
#include <telepathy-glib/telepathy-glib.h>
-#if HAVE_CALL
- #include <telepathy-yell/telepathy-yell.h>
-#endif
+#include <telepathy-yell/telepathy-yell.h>
static void factory_iface_init (gpointer, gpointer);
@@ -119,13 +117,11 @@ empathy_channel_factory_create_channel (
return TP_CHANNEL (empathy_tp_chat_new (account, conn, path, properties));
}
-#if HAVE_CALL
else if (!tp_strdiff (chan_type, TPY_IFACE_CHANNEL_TYPE_CALL))
{
return TP_CHANNEL (tpy_call_channel_new (conn, path, properties,
error));
}
-#endif
return tp_client_channel_factory_create_channel (
self->priv->automatic_factory, conn, path, properties, error);