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

@ -2399,7 +2399,6 @@ static NSTextFieldCell *titleCell;
}
if (selectedColumn == -1)
{
selectedColumn = 0;
matrix = [self matrixInColumn: 0];
if ([[matrix cells] count])
@ -2772,10 +2771,9 @@ static NSTextFieldCell *titleCell;
else
{
int colCount;
id dummy;
// Here to keep compatibility with old version
dummy = [aDecoder decodeObject];
[aDecoder decodeObject];
_browserCellPrototype = RETAIN([aDecoder decodeObject]);
_browserMatrixClass = NSClassFromString ((NSString *)[aDecoder decodeObject]);