From 31e110e96745858e11fce4fffab2334d5e32a873 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 22 Jun 2010 11:38:39 +0200 Subject: remove empathy_call_handler_new_for_contact_with_streams --- libempathy/empathy-call-handler.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'libempathy/empathy-call-handler.c') diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index 32c80916e..c3cbf4ee7 100644 --- a/libempathy/empathy-call-handler.c +++ b/libempathy/empathy-call-handler.c @@ -279,27 +279,6 @@ empathy_call_handler_new_for_contact (EmpathyContact *contact) "contact", contact, NULL)); } -/** - * empathy_call_handler_new_for_contact_with_streams: - * @contact: an #EmpathyContact - * @audio: if %TRUE the call will be started with audio - * @video: if %TRUE the call will be started with video - * - * Creates a new #EmpathyCallHandler with contact @contact. - * - * Return value: a new #EmpathyCallHandler - */ -EmpathyCallHandler * -empathy_call_handler_new_for_contact_with_streams (EmpathyContact *contact, - gboolean audio, gboolean video) -{ - return EMPATHY_CALL_HANDLER (g_object_new (EMPATHY_TYPE_CALL_HANDLER, - "contact", contact, - "initial-audio", audio, - "initial-video", video, - NULL)); -} - EmpathyCallHandler * empathy_call_handler_new_for_channel (EmpathyTpCall *call) { -- cgit v1.2.3