Remove dead assignments found by static code analysis.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32022 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-02-09 22:20:00 +00:00
parent f48dfb5072
commit 475f2d07aa
15 changed files with 44 additions and 42 deletions

View file

@ -910,6 +910,10 @@ static void computeNewSelection
}
}
}
if (notified == YES)
{
[tv _postSelectionIsChangingNotification];
}
}
else
{