Quellcode durchsuchen

FBX: fix compiler warning: remove unused local function.

Kim Kulling vor 8 Jahren
Ursprung
Commit
58af9efdc9
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  1. 0 6
      code/FBXDocument.cpp

+ 0 - 6
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)
 {