From 449c02b36ce1772cee4325faf0b5facbbc42e73e Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:31:10 +0200 Subject: remove unused --- play.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/play.js b/play.js index c4755d9..434648c 100644 --- a/play.js +++ b/play.js @@ -747,10 +747,6 @@ function on_update() { // eslint-disable-line no-unused-vars action_button("end_turn", "End Turn") action_button("done", "Done") action_button("undo", "Undo") - - // XXX debug - action_button("restart", "Restart") - action_button("reset", "Reset") } const ICONS = { -- cgit v1.2.3