remove unused function

This commit is contained in:
2014-12-02 12:56:08 +01:00
parent b65962cf62
commit f3e75471b6

View File

@@ -694,12 +694,6 @@ class bam_commands:
recursive=recursive,
)
def deps_status(f):
if os.path.exists(f):
return "OK"
else:
return "MISSING FILE"
def status_walker():
for fp, (rootdir, fp_blend_basename) in deps_path_walker():
f_rel = fp.filepath