src/conversation.h

changeset 13840
8ea0f9070d3a
parent 13477
aa1863ed7f63
child 13844
835b8f7b3d1d
--- 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.

mercurial