empathy r1571 - trunk/libempathy



Author: xclaesse
Date: Mon Oct 13 07:55:19 2008
New Revision: 1571
URL: http://svn.gnome.org/viewvc/empathy?rev=1571&view=rev

Log:
remove empathy_chatroom_manager_store from the API as it's became useless

Modified:
   trunk/libempathy/empathy-chatroom-manager.c
   trunk/libempathy/empathy-chatroom-manager.h

Modified: trunk/libempathy/empathy-chatroom-manager.c
==============================================================================
--- trunk/libempathy/empathy-chatroom-manager.c	(original)
+++ trunk/libempathy/empathy-chatroom-manager.c	Mon Oct 13 07:55:19 2008
@@ -474,14 +474,6 @@
 	return count;
 }
 
-void
-empathy_chatroom_manager_store (EmpathyChatroomManager *manager)
-{
-	g_return_if_fail (EMPATHY_IS_CHATROOM_MANAGER (manager));
-
-	chatroom_manager_file_save (manager);
-}
-
 /*
  * API to save/load and parse the chatrooms file.
  */

Modified: trunk/libempathy/empathy-chatroom-manager.h
==============================================================================
--- trunk/libempathy/empathy-chatroom-manager.h	(original)
+++ trunk/libempathy/empathy-chatroom-manager.h	Mon Oct 13 07:55:19 2008
@@ -65,7 +65,6 @@
 							      McAccount             *account);
 guint                  empathy_chatroom_manager_get_count     (EmpathyChatroomManager *manager,
 							      McAccount             *account);
-void                   empathy_chatroom_manager_store         (EmpathyChatroomManager *manager);
 
 G_END_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]