diff libpurple/protocols/msn/sbconn.c @ 31263:91ba047e838c

Remove msgs list from SlpMessage.
author masca@cpw.pidgin.im
date Tue, 22 Jun 2010 23:00:10 +0000
parents ead7b8c19725
children 471e9b81da41
line wrap: on
line diff
--- a/libpurple/protocols/msn/sbconn.c	Tue Jun 22 22:54:17 2010 +0000
+++ b/libpurple/protocols/msn/sbconn.c	Tue Jun 22 23:00:10 2010 +0000
@@ -4,6 +4,7 @@
 #include "msg.h"
 #include "sbconn.h"
 
+#if 0
 /* We have received the message ack */
 void
 msn_sbconn_msg_ack(MsnMessage *msg, void *data)
@@ -62,6 +63,7 @@
 	slpmsg->msgs = g_list_remove(slpmsg->msgs, msg);
 	msn_message_unref(msg);
 }
+#endif
 
 void msn_sbconn_send_msg(MsnSlpLink *slplink, MsnMessage *msg)
 {