]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-dispatcher.h
Remove unused function empathy_dispatcher_call_with_contact().
[empathy.git] / libempathy / empathy-dispatcher.h
index 167393364c548cff88ab2eb3fbc769220913ad9c..fb7c6fe35cef867c6567331ed409bed7b8048bbf 100644 (file)
@@ -65,10 +65,6 @@ void empathy_dispatcher_create_channel (EmpathyDispatcher *dispatcher,
   TpConnection *connection, GHashTable *request,
   EmpathyDispatcherRequestCb *callback, gpointer user_data);
 
-/* Requesting 1 to 1 stream media channels */
-void empathy_dispatcher_call_with_contact (EmpathyContact *contact,
-  EmpathyDispatcherRequestCb *callback, gpointer user_data);
-
 /* Requesting 1 to 1 text channels */
 void empathy_dispatcher_chat_with_contact_id (TpConnection *connection,
   const gchar *contact_id, EmpathyDispatcherRequestCb *callback,