diff options
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index a9278c3f1..55bbfcd3d 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -65,10 +65,6 @@ void empathy_tp_chat_send (EmpathyTpChat * void empathy_tp_chat_set_state (EmpathyTpChat *chat, TelepathyChannelChatState state); const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); -gchar * empathy_tp_chat_build_id (McAccount *account, - const gchar *contact_id); -gchar * empathy_tp_chat_build_id_for_chan (McAccount *account, - TpChan *tp_chan); G_END_DECLS |