Mercurial > pidgin.yaz
diff libpurple/blist.c @ 27312:75acd9ad14be
This variable doesn't seem necessary for anything.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 02 Jul 2009 01:33:11 +0000 |
parents | c59918579c3a |
children | cbee8aecc90a 6d26258e9f1d 2e6482e80a16 |
line wrap: on
line diff
--- a/libpurple/blist.c Thu Jul 02 01:30:41 2009 +0000 +++ b/libpurple/blist.c Thu Jul 02 01:33:11 2009 +0000 @@ -1909,7 +1909,6 @@ void purple_blist_merge_contact(PurpleContact *source, PurpleBlistNode *node) { PurpleBlistNode *sourcenode = (PurpleBlistNode*)source; - PurpleBlistNode *targetnode; PurpleBlistNode *prev, *cur, *next; PurpleContact *target; @@ -1929,7 +1928,6 @@ if (source == target || !target) return; - targetnode = (PurpleBlistNode *)target; next = sourcenode->child; while (next) {