- remove some obsolete bit of cruft from the class type system.
This was a remnant of putting the meta data directly into the class descriptor which turned out to be an unworkable approach
This commit is contained in:
parent
b31f284e28
commit
f3ae61a2d3
2 changed files with 3 additions and 15 deletions
|
|
@ -62,7 +62,6 @@ ClassReg DObject::RegistrationInfo =
|
|||
&DObject::InPlaceConstructor, // ConstructNative
|
||||
nullptr,
|
||||
sizeof(DObject), // SizeOf
|
||||
CLASSREG_PClass, // MetaClassNum
|
||||
};
|
||||
_DECLARE_TI(DObject)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue