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:
Nicola Pero 1999-12-13 16:16:00 +00:00
parent 44b4b046c1
commit fc261e28a1

View file

@ -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);
}