remove unused ctx/running variables

pull/2343/head
Rich Harris 6 years ago committed by GitHub
parent 94594eb298
commit 68d6793c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,6 @@
import { onMount } from 'svelte';
let canvas;
let ctx;
let running = false;
onMount(() => {
const ctx = canvas.getContext('2d');

Loading…
Cancel
Save