mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:30:37 +00:00
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:
parent
f48dfb5072
commit
475f2d07aa
15 changed files with 44 additions and 42 deletions
|
@ -910,6 +910,10 @@ static void computeNewSelection
|
|||
}
|
||||
}
|
||||
}
|
||||
if (notified == YES)
|
||||
{
|
||||
[tv _postSelectionIsChangingNotification];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue