Commit: 24d39340f7924d637f5529652d100d1a280b7ba7 Parent: 2e1dde4c299605d2475589af3223a6c0ca64ddbd Author: Ren Tatsumoto Date: Thu, 27 Aug 2020 05:03:29 +0300 delete unused func Diffstat:
| M | subs2srs.lua | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/subs2srs.lua b/subs2srs.lua @@ -67,12 +67,6 @@ local function check_config_sanity() end end -local function split_str(str) - t = {} - str:gsub('[^%s]+', function(c) table.insert(t,c) end) - return t -end - local function is_emptystring(str) return str == nil or str == '' end