Removed the method [acceptsFirstResponder] as NSControls version

is now used.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16179 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2003-03-17 02:13:06 +00:00
parent 247d0a905b
commit 378d217e96
2 changed files with 0 additions and 10 deletions

View file

@ -317,11 +317,6 @@ id _nsbuttonCellClass = nil;
//
// Determining the first responder
//
- (BOOL) acceptsFirstResponder
{
return [self isEnabled];
}
- (BOOL) becomeFirstResponder
{
[_window disableKeyEquivalentForDefaultButtonCell];