[empathy: 3/13] remove empathy_call_factory_new_call



commit f20aa2a8401a472c6d9d2ffa0979ae8169f1df85
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jun 21 14:55:54 2010 +0200

    remove empathy_call_factory_new_call
    
    It's not used any more.

 libempathy/empathy-call-factory.c |   15 ---------------
 libempathy/empathy-call-factory.h |    3 ---
 2 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c
index b45b862..376ff91 100644
--- a/libempathy/empathy-call-factory.c
+++ b/libempathy/empathy-call-factory.c
@@ -222,21 +222,6 @@ empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory,
 #endif
 }
 
-
-/**
- * empathy_call_factory_new_call:
- * @factory: an #EmpathyCallFactory
- * @contact: an #EmpathyContact
- *
- * Initiate a new call with @contact.
- */
-void
-empathy_call_factory_new_call (EmpathyCallFactory *factory,
-    EmpathyContact *contact)
-{
-  empathy_call_factory_new_call_with_streams (factory, contact, TRUE, FALSE);
-}
-
 static void
 create_call_handler (EmpathyCallFactory *factory,
   EmpathyTpCall *call)
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index f7cd9d2..c17163d 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -64,9 +64,6 @@ EmpathyCallFactory *empathy_call_factory_initialise (void);
 
 EmpathyCallFactory *empathy_call_factory_get (void);
 
-void empathy_call_factory_new_call (EmpathyCallFactory *factory,
-  EmpathyContact *contact);
-
 void empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory,
   EmpathyContact *contact, gboolean initial_audio, gboolean initial_video);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]