mirror of https://github.com/lcpz/lain.git
removes the utf-8 dependency
Should fix https://github.com/lcpz/lain/issues/503
This commit is contained in:
parent
67e8bde37b
commit
d2ac6f308d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue