Browse Source

Object3D: Remove unused array in .toJSON()

Mugen87 7 years ago
parent
commit
520138975f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/Object3D.js

+ 0 - 1
src/core/Object3D.js

@@ -676,7 +676,6 @@ Object.assign( Object3D.prototype, EventDispatcher.prototype, {
 			if ( parameters !== undefined && parameters.shapes !== undefined ) {
 
 				var shapes = parameters.shapes;
-				var uuids = [];
 
 				if ( Array.isArray( shapes ) ) {