remove unused variable

This commit is contained in:
Colin McMillen 2019-09-24 15:08:04 -04:00
parent 3cd1b66965
commit d7a88b6d67

View File

@ -103,8 +103,6 @@ class Input {
} }
} }
const input = new Input();
class Graphics { class Graphics {
constructor(canvas) { constructor(canvas) {
this.canvas_ = canvas; this.canvas_ = canvas;