changeset 22103:1439274f0852

Fix a compiler warning: msn.c: In function 'msn_attention_types': msn.c:125: warning: unused variable 'attn'
author Richard Laager <rlaager@wiktel.com>
date Mon, 14 Jan 2008 04:35:22 +0000
parents e6e018d0bf03
children 52d7368fdc1c
files libpurple/protocols/msn/msn.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Mon Jan 14 04:09:03 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Mon Jan 14 04:35:22 2008 +0000
@@ -122,7 +122,6 @@
 static GList *
 msn_attention_types(PurpleAccount *account)
 {
-	PurpleAttentionType *attn;
 	static GList *list = NULL;
 
 	if (!list) {