diff options
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r-- | src/empathy-call.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c index 71d9db707..5f45d1ee5 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -36,8 +36,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> @@ -91,7 +89,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) @@ -219,8 +217,6 @@ main (int argc, g_option_context_free (optcontext); - tpy_cli_init (); - gtk_clutter_init (&argc, &argv); clutter_gst_init (&argc, &argv); |