瀏覽代碼

Remove dead code

Kim Kulling 5 年之前
父節點
當前提交
88c1509d69
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      code/Common/SceneCombiner.cpp

+ 0 - 1
code/Common/SceneCombiner.cpp

@@ -981,7 +981,6 @@ void GetArrayCopy(Type*& dest, ai_uint num ) {
     for ( size_t i=0; i<num; ++i ) {
     	dest[i] = old[i];
     }
-//    ::memcpy(dest, old, sizeof(Type) * num);
 }
 
 // ------------------------------------------------------------------------------------------------