From 58af9efdc9e5c7695804fb4bb3e0cc21f3fe6e1b Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 31 Dec 2016 16:09:17 +0100 Subject: [PATCH] FBX: fix compiler warning: remove unused local function. --- code/FBXDocument.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/FBXDocument.cpp b/code/FBXDocument.cpp index dafda6c98..49ce0314a 100644 --- a/code/FBXDocument.cpp +++ b/code/FBXDocument.cpp @@ -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) {