Browse Source

webgl_materials_envmaps: Remove unused variable

The variable `timer` is written, but never read.
Pierre Fritsch 7 years ago
parent
commit
0f081a3286
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webgl_materials_envmaps.html

+ 0 - 2
examples/webgl_materials_envmaps.html

@@ -211,8 +211,6 @@
 
 			function render() {
 
-				var timer = -0.0002 * Date.now();
-
 				camera.lookAt( scene.position );
 				cameraCube.rotation.copy( camera.rotation );