aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-22 18:09:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-22 18:09:25 +0800
commita98707cd8a499d305a45c92448a1f6db29abfeb3 (patch)
tree880e837d61919c9413f80fdc5bf4078417473bf9
parent72170494c5b160885f3a9371c7efc57acce4436e (diff)
downloadgsoc2013-empathy-a98707cd8a499d305a45c92448a1f6db29abfeb3.tar
gsoc2013-empathy-a98707cd8a499d305a45c92448a1f6db29abfeb3.tar.gz
gsoc2013-empathy-a98707cd8a499d305a45c92448a1f6db29abfeb3.tar.bz2
gsoc2013-empathy-a98707cd8a499d305a45c92448a1f6db29abfeb3.tar.lz
gsoc2013-empathy-a98707cd8a499d305a45c92448a1f6db29abfeb3.tar.xz
gsoc2013-empathy-a98707cd8a499d305a45c92448a1f6db29abfeb3.tar.zst
gsoc2013-empathy-a98707cd8a499d305a45c92448a1f6db29abfeb3.zip
empathy-call: no need to call gtk_clutter_init()
gtk_clutter_get_option_group() already does it for us.
-rw-r--r--src/empathy-call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c
index 5f45d1ee5..45623fcd2 100644
--- a/src/empathy-call.c
+++ b/src/empathy-call.c
@@ -217,7 +217,6 @@ main (int argc,
g_option_context_free (optcontext);
- gtk_clutter_init (&argc, &argv);
clutter_gst_init (&argc, &argv);
empathy_gtk_init ();