aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r--src/empathy-call.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c
index 2ff49a81b..21b751df9 100644
--- a/src/empathy-call.c
+++ b/src/empathy-call.c
@@ -32,8 +32,6 @@
#include <telepathy-glib/debug-sender.h>
-#include <telepathy-yell/telepathy-yell.h>
-
#include <libempathy/empathy-client-factory.h>
#include <libempathy-gtk/empathy-ui-utils.h>
@@ -87,7 +85,7 @@ find_window_for_handle (gpointer key,
static gboolean
incoming_call_cb (EmpathyCallFactory *factory,
guint handle,
- TpyCallChannel *channel,
+ TpCallChannel *channel,
TpChannelDispatchOperation *dispatch_operation,
TpAddDispatchOperationContext *context,
gpointer user_data)
@@ -209,8 +207,6 @@ main (int argc,
g_option_context_free (optcontext);
- tpy_cli_init ();
-
gtk_clutter_init (&argc, &argv);
clutter_gst_init (&argc, &argv);