Mercurial > pidgin.yaz
changeset 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 | 47c0795eb4fd |
children | 627d23bfdb05 |
files | libpurple/blist.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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) {