mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Updated for changings in NSCell
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5487 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
44b4b046c1
commit
fc261e28a1
1 changed files with 0 additions and 3 deletions
|
@ -116,9 +116,6 @@ static Class cellClass;
|
|||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"attempt to set non-cell object for control cell"];
|
||||
|
||||
[cell setControlView: nil];
|
||||
[aCell setControlView: self];
|
||||
|
||||
ASSIGN(cell, aCell);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue