Browse Source

remove unused variable

Garrett Johnson 6 years ago
parent
commit
5f00c11ac4
1 changed files with 0 additions and 12 deletions
  1. 0 12
      examples/js/loaders/LDrawLoader.js

+ 0 - 12
examples/js/loaders/LDrawLoader.js

@@ -271,18 +271,6 @@ THREE.LDrawLoader = ( function () {
 
 
 			}, onProgress, onError );
 			}, onProgress, onError );
 
 
-			function subobjectLoad( url, onLoad, onProgress, onError, subobject ) {
-
-				var fileLoader = new THREE.FileLoader( scope.manager );
-				fileLoader.setPath( scope.path );
-				fileLoader.load( url, function ( text ) {
-
-					processObject( text, onLoad, subobject );
-
-				}, onProgress, onError );
-
-			}
-
 			function processObject( text, onProcessed, subobject ) {
 			function processObject( text, onProcessed, subobject ) {
 
 
 				var parseScope = scope.newParseScopeLevel();
 				var parseScope = scope.newParseScopeLevel();