mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
130dfd071f
commit
3246db28c8
41 changed files with 189 additions and 3485 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue