diff --git a/source_file.lua b/source_file.lua index 978e949..9c0b8a4 100644 --- a/source_file.lua +++ b/source_file.lua @@ -56,16 +56,6 @@ function save_to_disk(State) outfile:close() end -function file_exists(filename) - local infile = App.open_for_reading(filename) - if infile then - infile:close() - return true - else - return false - end -end - -- for tests function load_array(a) local result = {}