From f3e75471b6425aaa5a9c4c6278542b17b57523ae Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Dec 2014 12:56:08 +0100 Subject: [PATCH] remove unused function --- client/cli/bam.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/cli/bam.py b/client/cli/bam.py index eba6fb8..5055634 100755 --- a/client/cli/bam.py +++ b/client/cli/bam.py @@ -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