Browse Source

remove unused method

Trevor Baron 7 years ago
parent
commit
717b60873f
1 changed files with 0 additions and 4 deletions
  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.