# HG changeset patch # User Mark Doliner # Date 1250126333 0 # Node ID 315796fe4e880a37ee8e01f832f4567d4bbf2bb6 # Parent b59aa0c36b2b86c0bc8777413d5e153f7e13d456 Remove an unused variable diff -r b59aa0c36b2b -r 315796fe4e88 libpurple/protocols/msn/slpmsg.h --- a/libpurple/protocols/msn/slpmsg.h Thu Aug 13 00:01:21 2009 +0000 +++ b/libpurple/protocols/msn/slpmsg.h Thu Aug 13 01:18:53 2009 +0000 @@ -53,7 +53,6 @@ long app_id; gboolean sip; /**< A flag that states if this is a SIP slp message. */ - int ref_count; /**< The reference count. */ long flags; FILE *fp;