浏览代码

remove unused method

Trevor Baron 7 年之前
父节点
当前提交
717b60873f
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      loaders/src/OBJ/babylon.objFileLoader.ts

+ 0 - 4
loaders/src/OBJ/babylon.objFileLoader.ts

@@ -274,10 +274,6 @@ module BABYLON {
             return null;
         }
 
-        public loadAssetContainer(){
-
-        }
-
         /**
          * Read the OBJ file and create an Array of meshes.
          * Each mesh contains all information given by the OBJ and the MTL file.