Browse Source

Merge pull request #16073 from zprodev/fix/webglprogram-declatation-file

Removed duplicates import
Mr.doob 6 years ago
parent
commit
f911c9fb91
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/renderers/webgl/WebGLProgram.d.ts

+ 0 - 1
src/renderers/webgl/WebGLProgram.d.ts

@@ -3,7 +3,6 @@ import { ShaderMaterial } from './../../materials/ShaderMaterial';
 import { WebGLShader } from './WebGLShader';
 import { WebGLShader } from './WebGLShader';
 import { WebGLCapabilities } from './WebGLCapabilities';
 import { WebGLCapabilities } from './WebGLCapabilities';
 import { WebGLExtensions } from './WebGLExtensions';
 import { WebGLExtensions } from './WebGLExtensions';
-import { WebGLShader } from './WebGLShader';
 import { WebGLTextures } from './WebGLTextures';
 import { WebGLTextures } from './WebGLTextures';
 import { WebGLUniforms } from './WebGLUniforms';
 import { WebGLUniforms } from './WebGLUniforms';