Removed useless func

This commit is contained in:
Thomas Forgione 2018-09-14 21:21:58 +02:00
parent 95b91a57f7
commit 3aaad9993a
No known key found for this signature in database
GPG Key ID: 3B8FC64F5BBFE109
1 changed files with 0 additions and 5 deletions

View File

@ -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'