Remove an unused variable

Thu, 13 Aug 2009 01:18:53 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 13 Aug 2009 01:18:53 +0000
changeset 28167
eed0cd726751
parent 28165
53225dc1075a
child 28168
8e3d1f32fb3b

Remove an unused variable

libpurple/protocols/msn/slpmsg.h file | annotate | diff | comparison | revisions
--- 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;

mercurial