From 8a8ba7a5697c6e5494854c99dc9aa4a7fc7a45bd Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 11 Aug 2010 14:32:02 +0200 Subject: empathy_dispatcher_chat_with_contact_id: remove callback argument It's unused anyway. --- libempathy/empathy-dispatcher.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libempathy/empathy-dispatcher.h') diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index 1cc39cfbb..d49aa2dad 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -77,9 +77,8 @@ void empathy_dispatcher_create_channel (EmpathyDispatcher *dispatcher, /* Requesting 1 to 1 text channels */ void empathy_dispatcher_chat_with_contact_id (TpConnection *connection, const gchar *contact_id, - gint64 timestamp, - EmpathyDispatcherRequestCb *callback, - gpointer user_data); + gint64 timestamp); + void empathy_dispatcher_chat_with_contact (EmpathyContact *contact, gint64 timestamp, EmpathyDispatcherRequestCb *callback, -- cgit v1.2.3