]> git.0d.be Git - empathy.git/commitdiff
empathy-call: no need to call gtk_clutter_init()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 22 Feb 2012 10:09:25 +0000 (11:09 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 22 Feb 2012 10:09:25 +0000 (11:09 +0100)
gtk_clutter_get_option_group() already does it for us.

src/empathy-call.c

index 5f45d1ee566b142b3f7df5faa03851179bbd9d0e..45623fcd21a44423f7b68c6adba37a14c0fd2ab4 100644 (file)
@@ -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 ();