summaryrefslogtreecommitdiff
path: root/client/draw.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/draw.js')
-rw-r--r--client/draw.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/draw.js b/client/draw.js
index 3ff6620..0a86d4a 100644
--- a/client/draw.js
+++ b/client/draw.js
@@ -18,7 +18,6 @@ function resize(){
document.body.addEventListener('resize', resize)
resize()
-
function clear(n){
ctx.fillStyle = 'rgba(255,255,255,' + (n || 0.5) + ')'
ctx.fillRect(0,0,w,h)