mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
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:
parent
8f94336ad5
commit
6dabe99816
2 changed files with 0 additions and 13 deletions
|
@ -104,14 +104,6 @@ id _nsbuttonCellClass = nil;
|
|||
[self display];
|
||||
}
|
||||
|
||||
//
|
||||
// Identifying the Selected Cell
|
||||
//
|
||||
- (id) selectedCell
|
||||
{
|
||||
return cell;
|
||||
}
|
||||
|
||||
//
|
||||
// Setting the State
|
||||
//
|
||||
|
|
|
@ -258,11 +258,6 @@ id _nsTextfieldCellClass = nil;
|
|||
return [cell textColor];
|
||||
}
|
||||
|
||||
- (id) selectedCell
|
||||
{
|
||||
return cell;
|
||||
}
|
||||
|
||||
//
|
||||
// Target and Action
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue