فهرست منبع

Update FBXConverter.cpp

Remove dead code.
Kim Kulling 7 سال پیش
والد
کامیت
72de09a562
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      code/FBXConverter.cpp

+ 0 - 6
code/FBXConverter.cpp

@@ -73,10 +73,6 @@ using namespace Util;
 
 
 #define CONVERT_FBX_TIME(time) static_cast<double>(time) / 46186158000L
 #define CONVERT_FBX_TIME(time) static_cast<double>(time) / 46186158000L
 
 
-// XXX vc9's debugger won't step into anonymous namespaces
-//namespace {
-
-
 Converter::Converter( aiScene* out, const Document& doc )
 Converter::Converter( aiScene* out, const Document& doc )
 : defaultMaterialIndex()
 : defaultMaterialIndex()
 , out( out )
 , out( out )
@@ -3101,8 +3097,6 @@ void Converter::TransferDataToScene()
     }
     }
 }
 }
 
 
-//} // !anon
-
 // ------------------------------------------------------------------------------------------------
 // ------------------------------------------------------------------------------------------------
 void ConvertToAssimpScene(aiScene* out, const Document& doc)
 void ConvertToAssimpScene(aiScene* out, const Document& doc)
 {
 {