From dcf56ace9fdaa0ae27398efb57f40b21a7240be9 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sat, 27 Mar 2021 20:11:07 +0100 Subject: [PATCH] Removed dead code --- text.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/text.lua b/text.lua index 34b078e..0ed6a03 100644 --- a/text.lua +++ b/text.lua @@ -95,7 +95,6 @@ function split_lines(text, limit) return modlib.text.split(text, "\r?\n", limit, function lines(text) return text:gmatch"[^\r\n]*" end -local hashtag = string.byte"#" local zero = string.byte"0" local nine = string.byte"9" local letter_a = string.byte"A"