Removed duplicated method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5079 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-25 22:13:53 +00:00
parent 8f94336ad5
commit 6dabe99816
2 changed files with 0 additions and 13 deletions

View file

@ -104,14 +104,6 @@ id _nsbuttonCellClass = nil;
[self display];
}
//
// Identifying the Selected Cell
//
- (id) selectedCell
{
return cell;
}
//
// Setting the State
//

View file

@ -258,11 +258,6 @@ id _nsTextfieldCellClass = nil;
return [cell textColor];
}
- (id) selectedCell
{
return cell;
}
//
// Target and Action
//