From: Ruben Beltran del Rio Date: Fri, 16 Feb 2024 22:14:29 +0000 (+0100) Subject: Remove unused function X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/df62fcfe7f7c86127f5bc0250c4430949371258f?ds=inline Remove unused function --- 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);