X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/ae9ee3d80337ae1167176a79ddc6754484e81e17..df62fcfe7f7c86127f5bc0250c4430949371258f:/js/animation.js?ds=sidebyside diff --git a/js/animation.js b/js/animation.js index 110faba..074b1df 100644 --- a/js/animation.js +++ b/js/animation.js @@ -62,12 +62,6 @@ ctx.stroke(); } - function sqr(i) { - - var p = pos(i); - ctx.fillRect(p.x, p.y, siz, siz); - } - function hrt(i) { var p = pos(i);