From a680e30ec331c9de306dc1b65928eeb8ae3d0f3e Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 24 Apr 2008 08:40:47 +0000 Subject: Remove conditional build of VOIP. svn path=/trunk/; revision=1038 --- libempathy/empathy-utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 2c7ce1de0..8f5c72df5 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -345,7 +345,6 @@ empathy_mission_control_new (void) void empathy_call_with_contact (EmpathyContact *contact) { -#ifdef HAVE_VOIP MissionControl *mc; McAccount *account; TpConnection *connection; @@ -404,13 +403,11 @@ empathy_call_with_contact (EmpathyContact *contact) g_object_unref (connection); g_object_unref (channel); g_free (object_path); -#endif } void empathy_call_with_contact_id (McAccount *account, const gchar *contact_id) { -#ifdef HAVE_VOIP EmpathyContactFactory *factory; EmpathyContact *contact; @@ -422,7 +419,6 @@ empathy_call_with_contact_id (McAccount *account, const gchar *contact_id) g_object_unref (contact); g_object_unref (factory); -#endif } void -- cgit v1.2.3