aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-24 16:40:47 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-24 16:40:47 +0800
commit2babb712d8ca4b84ea519131f044136b41fa6034 (patch)
treea7d51e20464d618908b30cea0c513be512e30329 /libempathy/empathy-utils.c
parentf41146f5f08c462cd9354a68ebcfb4af3888cf67 (diff)
downloadgsoc2013-empathy-2babb712d8ca4b84ea519131f044136b41fa6034.tar
gsoc2013-empathy-2babb712d8ca4b84ea519131f044136b41fa6034.tar.gz
gsoc2013-empathy-2babb712d8ca4b84ea519131f044136b41fa6034.tar.bz2
gsoc2013-empathy-2babb712d8ca4b84ea519131f044136b41fa6034.tar.lz
gsoc2013-empathy-2babb712d8ca4b84ea519131f044136b41fa6034.tar.xz
gsoc2013-empathy-2babb712d8ca4b84ea519131f044136b41fa6034.tar.zst
gsoc2013-empathy-2babb712d8ca4b84ea519131f044136b41fa6034.zip
Remove conditional build of VOIP.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1038 4ee84921-47dd-4033-b63a-18d7a039a3e4
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