Removed useless func
This commit is contained in:
parent
95b91a57f7
commit
3aaad9993a
|
@ -8,11 +8,6 @@ local json = require('json')
|
|||
local home = os.getenv('HOME')
|
||||
local todo_path = home .. '/.config/todo/todo.json'
|
||||
|
||||
function read_all(file)
|
||||
|
||||
return content
|
||||
end
|
||||
|
||||
function todo_list_widget(todo, s)
|
||||
|
||||
local text = '\n <b>' .. todo.title .. '</b> \n'
|
||||
|
|
Loading…
Reference in New Issue