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