From 7e9697412c3c4b0593b4f35915072f4de84af816 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 9 Sep 2022 01:21:12 +0200 Subject: Fix lint issues. --- play.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'play.js') 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 ] -- cgit v1.2.3