From 12ecf37f645f3b9c2ed958e914618b4ff6ff2b60 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 8 Jan 2025 18:27:52 +0100 Subject: Use map for more efficient SP summary storage. Remove unused code. --- play.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 0d9acc8..29d10e9 100644 --- a/play.js +++ b/play.js @@ -998,10 +998,6 @@ function sub_icon(match) { return ICONS[match] || match } -function wrap_icons(match) { - return `${match.replace("(", "").replace(")", "")}` -} - const ICONS = { '->': '\u2192', '.dT5': '5', -- cgit v1.2.3