mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Tiny tidy up.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
554076c79b
commit
acf4393a01
1 changed files with 0 additions and 4 deletions
|
@ -305,10 +305,6 @@ id _nsbuttonCellClass = nil;
|
|||
[self performClick: self];
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: Understand better, I don't think this should be here.
|
||||
if ([self performKeyEquivalent: theEvent] == YES)
|
||||
return;
|
||||
}
|
||||
|
||||
[super keyDown: theEvent];
|
||||
|
|
Loading…
Reference in a new issue