- 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:
Christoph Oelckers 2018-12-27 08:49:34 +01:00
commit f3ae61a2d3
2 changed files with 3 additions and 15 deletions

View file

@ -62,7 +62,6 @@ ClassReg DObject::RegistrationInfo =
&DObject::InPlaceConstructor, // ConstructNative
nullptr,
sizeof(DObject), // SizeOf
CLASSREG_PClass, // MetaClassNum
};
_DECLARE_TI(DObject)