FBX: fix compiler warning: remove unused local function.

pull/1130/head
Kim Kulling 2016-12-31 16:09:17 +01:00
parent 6dfff37d8f
commit 58af9efdc9
1 changed files with 0 additions and 6 deletions

View File

@ -78,12 +78,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)
{