mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 07:40:57 +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
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue