FBX: fix compiler warning: remove unused local function.
authorKim Kulling <kim.kulling@googlemail.com>
Sat, 31 Dec 2016 15:09:17 +0000 (16:09 +0100)
committerKim Kulling <kim.kulling@googlemail.com>
Sat, 31 Dec 2016 15:09:17 +0000 (16:09 +0100)
code/FBXDocument.cpp

index dafda6c..49ce031 100644 (file)
@@ -79,12 +79,6 @@ LazyObject::~LazyObject()
 }
 
 // ------------------------------------------------------------------------------------------------
-static void dumpObjectClassInfo( const char* obtype, const std::string &classtag ) {
-    DefaultLogger::get()->debug( "obtype: " + std::string(obtype ));
-    DefaultLogger::get()->debug( "Classtag: " + classtag );
-}
-
-// ------------------------------------------------------------------------------------------------
 const Object* LazyObject::Get(bool dieOnError)
 {
     if(IsBeingConstructed() || FailedToConstruct()) {