diff plugins/perl/common/Conversation.xs @ 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 ac98e3641df6
children a9ff4499d9ce
line wrap: on
line diff
--- a/plugins/perl/common/Conversation.xs	Mon Jun 19 06:27:18 2006 +0000
+++ b/plugins/perl/common/Conversation.xs	Mon Jun 19 06:31:11 2006 +0000
@@ -46,16 +46,6 @@
 PROTOTYPES: ENABLE
 
 void
-gaim_conversation_get_send_history(conv)
-	Gaim::Conversation conv
-PREINIT:
-	GList *l;
-PPCODE:
-	for (l = gaim_conversation_get_send_history(conv); l != NULL; l = l->next) {
-		XPUSHs(sv_2mortal(newSVpv(l->data, 0)));
-	}
-
-void
 gaim_conversation_destroy(conv)
 	Gaim::Conversation conv