Sfoglia il codice sorgente

SVGRenderer: Removed unused method.

Mr.doob 12 anni fa
parent
commit
62c268f1c8
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  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;
-
-	}
-
 };