changeset 23303:3a18d3c1ccb4

Remove an unused linked list
author Mark Doliner <mark@kingant.net>
date Sat, 07 Jun 2008 00:43:33 +0000
parents 02945b79a6d8
children 945bf99cb233
files libpurple/protocols/msn/session.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.h	Fri Jun 06 23:10:01 2008 +0000
+++ b/libpurple/protocols/msn/session.h	Sat Jun 07 00:43:33 2008 +0000
@@ -104,7 +104,6 @@
 
 	int servconns_count; /**< The count of server connections. */
 	GList *switches; /**< The list of all the switchboards. */
-	GList *directconns; /**< The list of all the directconnections. */
 	GList *slplinks; /**< The list of all the slplinks. */
 
 	/*psm info*/