mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:40:47 +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
ff39f70ab1
commit
906201acf6
15 changed files with 44 additions and 42 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue