From 4f2541702e056b4024f53a9c7f9b5098713a9acc Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Thu, 10 Aug 2017 11:58:26 -0400 Subject: [PATCH] Update GLTF2Loader.js Remove unused variable --- examples/js/loaders/GLTF2Loader.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/js/loaders/GLTF2Loader.js b/examples/js/loaders/GLTF2Loader.js index ca82405feb..90d85adff9 100644 --- a/examples/js/loaders/GLTF2Loader.js +++ b/examples/js/loaders/GLTF2Loader.js @@ -2239,8 +2239,6 @@ THREE.GLTF2Loader = ( function () { GLTFParser.prototype.loadGeometries = function ( primitives ) { - var extensions = this.extensions; - return this._withDependencies( [ 'accessors', -- GitLab