Removed typedef TypeList from osgintrospection

This commit is contained in:
Robert Osfield
2006-09-04 06:47:05 +00:00
parent a135650086
commit ac41066733

View File

@@ -47,8 +47,6 @@ bool type_order(const Type *v1, const Type *v2)
return v1->getQualifiedName().compare(v2->getQualifiedName()) < 0;
}
typedef std::vector<const Type *> TypeList;
void print_types()
{
// get the map of types that have been reflected