diff src/conversation.h @ 13838:dd00149f6f9b

[gaim-migrate @ 16287] SF Patch #1503847 from Sadrul "This patch "contactizes" the send history in a conversation, ie. with this patch you can get the previously sent messages by pressing ctrl+up/down after switching the account during a contactized conversation." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Jun 2006 06:31:11 +0000
parents 465c368366f8
children a9ff4499d9ce
line wrap: on
line diff
--- a/src/conversation.h	Mon Jun 19 06:27:18 2006 +0000
+++ b/src/conversation.h	Mon Jun 19 06:31:11 2006 +0000
@@ -236,8 +236,6 @@
 
 	GList *logs;                /**< This conversation's logs           */
 
-	GList *send_history;        /**< The send history.                  */
-
 	union
 	{
 		GaimConvIm   *im;       /**< IM-specific data.                  */
@@ -441,15 +439,6 @@
 void gaim_conversation_close_logs(GaimConversation *conv);
 
 /**
- * Returns the specified conversation's send history.
- *
- * @param conv The conversation.
- *
- * @return The conversation's send history.
- */
-GList *gaim_conversation_get_send_history(const GaimConversation *conv);
-
-/**
  * Returns the specified conversation's IM-specific data.
  *
  * If the conversation type is not GAIM_CONV_TYPE_IM, this will return @c NULL.