소스 검색

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.