--- 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 *);