]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-chandler.c
It's now safe to call emp_cli_init multiple times. Move that call to empathy_tp_call_...
[empathy.git] / src / empathy-call-chandler.c
index 2b359ec24bcf42819fc803eec151dc7ec4c17a5b..e1568c18cf2cb21b2d3c71b37c1b594b7fd1bbd5 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <libmissioncontrol/mission-control.h>
 
-#include <extensions/extensions.h>
 #include <libempathy/empathy-tp-call.h>
 #include <libempathy/empathy-chandler.h>
 #include <libempathy/empathy-debug.h>
@@ -69,7 +68,6 @@ main (int argc, char *argv[])
   EmpathyChandler *chandler;
 
   gtk_init (&argc, &argv);
-  emp_cli_init ();
 
   mc = empathy_mission_control_new ();