Browse Source

SVGRenderer: remove usage of no longer existing variables

Sergey Linev 8 years ago
parent
commit
c527f1ff5e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/renderers/SVGRenderer.js

+ 0 - 2
examples/js/renderers/SVGRenderer.js

@@ -107,8 +107,6 @@ THREE.SVGRenderer = function () {
 	function removeChildNodes() {
 
 		_pathCount = 0;
-		_lineCount = 0;
-		_rectCount = 0;
 
 		while ( _svg.childNodes.length > 0 ) {