summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-09 01:21:12 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:27 +0100
commit7e9697412c3c4b0593b4f35915072f4de84af816 (patch)
tree3b7a6e9b0768bd9035942fae3c8091c230bbbe1f /play.js
parentb59e46d9fdce68c56c3b97139b544d1f019c142c (diff)
downloadrommel-in-the-desert-7e9697412c3c4b0593b4f35915072f4de84af816.tar.gz
Fix lint issues.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/play.js b/play.js
index e18b2f2..33a4dda 100644
--- a/play.js
+++ b/play.js
@@ -6,8 +6,6 @@ const svgNS = "http://www.w3.org/2000/svg"
const round = Math.round
const sqrt = Math.sqrt
-const class_name = [ "armor", "infantry", "anti-tank", "artillery" ]
-
// refit and queue hexes
const MALTA = 4
const hex_special = [ 47, 48, 49, 102, 127, MALTA ]