From ba79c367850fbab9674628f2f794808ad5d422b8 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Tue, 22 Apr 2025 19:34:53 -0700 Subject: [PATCH] Remove unused charset variable --- exec/tdfiglet.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/exec/tdfiglet.js b/exec/tdfiglet.js index ca6c96cd25..379355f2b8 100644 --- a/exec/tdfiglet.js +++ b/exec/tdfiglet.js @@ -24,9 +24,6 @@ opt = { index: 0 }; -// Character list -var charlist = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"; - // Function declarations (Synchronet JS style) function usage() { writeln("usage: [options] input"); -- GitLab