libpurple/protocols/msn/directconn.h

changeset 31296
1f460ae727e1
parent 31236
810ef4a7eeb8
child 34570
ac513e5901eb
--- a/libpurple/protocols/msn/directconn.h	Tue Jan 04 08:32:06 2011 +0000
+++ b/libpurple/protocols/msn/directconn.h	Tue Jan 04 09:12:59 2011 +0000
@@ -103,8 +103,6 @@
 	GQueue  *out_queue; /**< The outgoing packet queue */
 	int     msg_pos;    /**< The position of next byte to be sent in the actual packet */
 
-	MsnP2PHeader    header; /**< SLP header for parsing / serializing */
-
 	/** The callback used for sending information to the peer about the opened socket */
 	void (*send_connection_info_msg_cb)(MsnDirectConn *);
 

mercurial