diff options
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r-- | libempathy/empathy-call-handler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index f0be11ba5..942fa7520 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -64,9 +64,6 @@ GType empathy_call_handler_get_type (void); EmpathyCallHandler * empathy_call_handler_new_for_contact ( EmpathyContact *contact); -EmpathyCallHandler * empathy_call_handler_new_for_contact_with_streams ( - EmpathyContact *contact, gboolean audio, gboolean video); - EmpathyCallHandler * empathy_call_handler_new_for_channel ( EmpathyTpCall *call); |