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:
Nicola Pero 1999-10-13 00:50:49 +00:00
parent 554076c79b
commit acf4393a01

View file

@ -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];