]> git.0d.be Git - empathy.git/commitdiff
remove unused empathy_chat_manager_get_num_handled_chats()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 3 May 2011 12:29:26 +0000 (14:29 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 3 May 2011 14:41:25 +0000 (16:41 +0200)
src/empathy-chat-manager.c
src/empathy-chat-manager.h

index 6c92c25cb4df8ab4b8b6e0d6dad17fa31828b758..de97c6c460305bb9745176dc4f6b76bee91855b5 100644 (file)
@@ -459,11 +459,3 @@ empathy_chat_manager_get_num_closed_chats (EmpathyChatManager *self)
 
   return g_queue_get_length (priv->closed_queue);
 }
-
-guint
-empathy_chat_manager_get_num_handled_chats (EmpathyChatManager *self)
-{
-  EmpathyChatManagerPriv *priv = GET_PRIV (self);
-
-  return priv->num_handled_channels;
-}
index ee43857f4bda03008e6f80b950cd88ece63d445d..6d249b3e4ded6642f345429819a79a75224ee558 100644 (file)
@@ -65,8 +65,6 @@ void empathy_chat_manager_closed_chat (EmpathyChatManager *self,
 void empathy_chat_manager_undo_closed_chat (EmpathyChatManager *self);
 guint empathy_chat_manager_get_num_closed_chats (EmpathyChatManager *self);
 
-guint empathy_chat_manager_get_num_handled_chats (EmpathyChatManager *self);
-
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CHAT_MANAGER_H__*/