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:
Fred Kiefer 2011-02-09 22:20:00 +00:00
parent ff39f70ab1
commit 906201acf6
15 changed files with 44 additions and 42 deletions

View file

@ -1512,7 +1512,6 @@ static NSMapTable *viewInfo = 0;
{
[self setHighlightedItemIndex: -1];
[[[[NSApp mainWindow] menu] attachedMenu] close];
shouldFinish = YES;
return NO;
}
@ -1671,7 +1670,6 @@ static NSMapTable *viewInfo = 0;
if (space == 2)
{
[anAttachedMenu close];
shouldFinish = YES;
return NO;
}
}
@ -1679,7 +1677,6 @@ static NSMapTable *viewInfo = 0;
if (self != [[[NSApp mainWindow] menu] menuRepresentation])
{
[self setHighlightedItemIndex: -1];
shouldFinish = YES;
return [[[[NSApp mainWindow] menu] menuRepresentation]
trackWithEvent: original];
}