diff --git a/examples/osgintrospection/osgintrospection.cpp b/examples/osgintrospection/osgintrospection.cpp index 3665a996c..5dc2a8e92 100644 --- a/examples/osgintrospection/osgintrospection.cpp +++ b/examples/osgintrospection/osgintrospection.cpp @@ -47,8 +47,6 @@ bool type_order(const Type *v1, const Type *v2) return v1->getQualifiedName().compare(v2->getQualifiedName()) < 0; } -typedef std::vector TypeList; - void print_types() { // get the map of types that have been reflected