mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Removed dead code
This commit is contained in:
parent
adb4b4fdaf
commit
dcf56ace9f
1
text.lua
1
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"
|
||||
|
Loading…
Reference in New Issue
Block a user