aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-25 21:30:05 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-05 21:26:32 +0800
commitee2e583ba62e7bc1b6765a8115a78a4a74818d61 (patch)
treeba4b90d85678f02b1bd51fc678bc8852f9a34996 /src/empathy-call.c
parent884989d0837b2fa11905650ab098cd26c970edd7 (diff)
downloadgsoc2013-empathy-ee2e583ba62e7bc1b6765a8115a78a4a74818d61.tar
gsoc2013-empathy-ee2e583ba62e7bc1b6765a8115a78a4a74818d61.tar.gz
gsoc2013-empathy-ee2e583ba62e7bc1b6765a8115a78a4a74818d61.tar.bz2
gsoc2013-empathy-ee2e583ba62e7bc1b6765a8115a78a4a74818d61.tar.lz
gsoc2013-empathy-ee2e583ba62e7bc1b6765a8115a78a4a74818d61.tar.xz
gsoc2013-empathy-ee2e583ba62e7bc1b6765a8115a78a4a74818d61.tar.zst
gsoc2013-empathy-ee2e583ba62e7bc1b6765a8115a78a4a74818d61.zip
stop using g_thread_init
It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r--src/empathy-call.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c
index 207f32f25..5c3633be5 100644
--- a/src/empathy-call.c
+++ b/src/empathy-call.c
@@ -186,9 +186,6 @@ main (int argc,
gint retval;
GtkSettings *gtk_settings;
- /* Init */
- g_thread_init (NULL);
-
#ifdef GDK_WINDOWING_X11
/* We can't call clutter_gst_init() before gtk_clutter_init(), so no choice
* but to intiialise X11 threading ourself */