Browse Source

SVGRenderer: Removed unused method.

Mr.doob 12 years ago
parent
commit
62c268f1c8
1 changed files with 0 additions and 7 deletions
  1. 0 7
      examples/js/renderers/SVGRenderer.js

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

@@ -515,11 +515,4 @@ THREE.SVGRenderer = function () {
 
 
 	}
 	}
 
 
-	function pad( str ) {
-
-		while ( str.length < 6 ) str = '0' + str;
-		return str;
-
-	}
-
 };
 };