Remove redundant classes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2861 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-07-21 17:56:48 +00:00
parent 130dfd071f
commit 3246db28c8
41 changed files with 189 additions and 3485 deletions

View file

@ -95,8 +95,7 @@ behavior_class_add_class (Class class, Class behavior)
@"have subclassed the class. There are two solutions:\n"
@"(1) Don't subclass it; (2) Add placeholder instance\n"
@"variables to the class, so the behavior-addition code\n"
@"will not have to increase the instance size, (see\n"
@"Foundation/NSNotification.h for a clean way to do this).");
@"will not have to increase the instance size\n");
class->instance_size = behavior->instance_size;
}