delete a dead variable

This commit is contained in:
Kartik K. Agaram 2023-06-19 09:46:25 -07:00
parent 7b5ede43e2
commit 2f933e383d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function live.load_files_so_far()
end
end
table.sort(Live.filenames_to_load)
live.load_all(files)
live.load_all()
end
function live.load_all()