Remove another obsolete class

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6734 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-06-20 05:12:26 +00:00
parent fd69e49b71
commit 927e091f21
12 changed files with 22 additions and 442 deletions

View file

@ -861,18 +861,13 @@ GSTimeNow()
return NSCopyObject(self, 0, zone);
}
- (Class) classForConnectedCoder: aRmc
- (Class) classForPortCoder
{
/* Make sure that Connection's always send us bycopy,
i.e. as our own class, not a Proxy class. */
return abstractClass;
}
- (Class) classForPortCoder
{
return abstractClass;
}
- replacementObjectForPortCoder: aRmc
{
return self;