Browse Source

Clean up.

Mr.doob 8 years ago
parent
commit
103f83d9eb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/renderers/WebGLRenderer.js

+ 0 - 1
src/renderers/WebGLRenderer.js

@@ -27,7 +27,6 @@ import { WebVRManager } from './webvr/WebVRManager.js';
 import { BufferGeometry } from '../core/BufferGeometry.js';
 import { BufferGeometry } from '../core/BufferGeometry.js';
 import { WebGLExtensions } from './webgl/WebGLExtensions.js';
 import { WebGLExtensions } from './webgl/WebGLExtensions.js';
 import { Vector3 } from '../math/Vector3.js';
 import { Vector3 } from '../math/Vector3.js';
-// import { Sphere } from '../math/Sphere.js';
 import { WebGLClipping } from './webgl/WebGLClipping.js';
 import { WebGLClipping } from './webgl/WebGLClipping.js';
 import { Frustum } from '../math/Frustum.js';
 import { Frustum } from '../math/Frustum.js';
 import { Vector4 } from '../math/Vector4.js';
 import { Vector4 } from '../math/Vector4.js';