delete unused code

This commit is contained in:
oleting
2020-12-28 19:43:17 +01:00
parent 4aec8a2afd
commit 4df884055a
3 changed files with 3 additions and 8 deletions

View File

@@ -27,8 +27,4 @@ def output(values):
if os.path.isfile(os.path.join(output_path, f))
and f.lower().endswith(('.png', '.gif'))
]
return fnames
def file_there(file):
return os.path.exists(str(file))
return fnames