@@ -55,11 +55,6 @@
as long as video is playing - the [page:VideoTexture VideoTexture] class handles this automatically.
</div>
- <h3>[property:string sourceFile]</h3>
- <div>
- This property is currently unused.
- </div>
-
<h3>[property:array mipmaps]</h3>
<div>
Array of user-specified mipmaps (optional).
@@ -17,7 +17,6 @@ function Texture( image, mapping, wrapS, wrapT, magFilter, minFilter, format, ty
this.uuid = _Math.generateUUID();
this.name = '';
- this.sourceFile = '';
this.image = image !== undefined ? image : Texture.DEFAULT_IMAGE;
this.mipmaps = [];