From ac410667332ac86133647aab9fbaacc325890a63 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 4 Sep 2006 06:47:05 +0000 Subject: [PATCH] Removed typedef TypeList from osgintrospection --- examples/osgintrospection/osgintrospection.cpp | 2 -- 1 file changed, 2 deletions(-) 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