removes the utf-8 dependency

Should fix https://github.com/lcpz/lain/issues/503
This commit is contained in:
Florian Baumgärtner 2022-10-18 21:55:35 +02:00 committed by Florian Baumgärtner
parent 67e8bde37b
commit d2ac6f308d
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ local tconcat = table.concat
local type = type local type = type
local tonumber = tonumber local tonumber = tonumber
local tostring = tostring local tostring = tostring
local utf8 = utf8
-- Calendar notification -- Calendar notification
-- lain.widget.cal -- lain.widget.cal