# HG changeset patch # User Richard Laager # Date 1200285322 0 # Node ID 1439274f0852940e18a80250942aab903f125aa7 # Parent e6e018d0bf035ae051c69e1d31164ad1803530ae Fix a compiler warning: msn.c: In function 'msn_attention_types': msn.c:125: warning: unused variable 'attn' diff -r e6e018d0bf03 -r 1439274f0852 libpurple/protocols/msn/msn.c --- 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) {