aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-24 16:40:47 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-24 16:40:47 +0800
commita680e30ec331c9de306dc1b65928eeb8ae3d0f3e (patch)
treea7d51e20464d618908b30cea0c513be512e30329 /libempathy/empathy-utils.c
parent9eaf13ca3904e586d78866babf68e30c28c67b0d (diff)
downloadgsoc2013-empathy-a680e30ec331c9de306dc1b65928eeb8ae3d0f3e.tar
gsoc2013-empathy-a680e30ec331c9de306dc1b65928eeb8ae3d0f3e.tar.gz
gsoc2013-empathy-a680e30ec331c9de306dc1b65928eeb8ae3d0f3e.tar.bz2
gsoc2013-empathy-a680e30ec331c9de306dc1b65928eeb8ae3d0f3e.tar.lz
gsoc2013-empathy-a680e30ec331c9de306dc1b65928eeb8ae3d0f3e.tar.xz
gsoc2013-empathy-a680e30ec331c9de306dc1b65928eeb8ae3d0f3e.tar.zst
gsoc2013-empathy-a680e30ec331c9de306dc1b65928eeb8ae3d0f3e.zip
Remove conditional build of VOIP.
svn path=/trunk/; revision=1038
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c4
1 files changed, 0 insertions, 4 deletions
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