Remove unused r variable.

pull/2343/head
Hunter Perrin 6 years ago committed by GitHub
parent a07eac432a
commit a85cc349b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,8 +5,6 @@
let ctx; let ctx;
let running = false; let running = false;
const r = Math.random();
onMount(() => { onMount(() => {
const ctx = canvas.getContext('2d'); const ctx = canvas.getContext('2d');
let frame; let frame;
@ -55,4 +53,4 @@
<canvas <canvas
width={32} width={32}
height={32} height={32}
></canvas> ></canvas>

Loading…
Cancel
Save