Cleaning
This commit is contained in:
@@ -66,8 +66,3 @@ Classes RTTI::GetType(const IRTTI* object)
|
||||
{
|
||||
return object->type;
|
||||
}
|
||||
|
||||
const char* RTTI::GetTypeStr(const IRTTI* object)
|
||||
{
|
||||
return enum_to_string(object->type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user