summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kocialkowski2022-10-28 17:25:16 +0200
committerPaul Kocialkowski2022-10-28 17:58:43 +0200
commit2a36f7501ef86b3de4468f70d807a5f662d5021d (patch)
tree1fb60f9b6cd729d3af4156e4424d2e15d78bafbc
parent06d28696e017e9db2917f4b9cdb7360d393fc985 (diff)
capture-pipeline: Remove unused variables
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rwxr-xr-xcapture-pipeline2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture-pipeline b/capture-pipeline
index d64603b..953bbbc 100755
--- a/capture-pipeline
+++ b/capture-pipeline
@@ -120,7 +120,6 @@ def audio_output_name(sequence, shot, take, part = None):
base = audio_output_base(sequence, shot)
label = shot_label(shot)
prefix = shot_prefix(shot)
- suffix = audio_suffix(shot)
name = ""
if part and "actions" in part:
@@ -307,7 +306,6 @@ def video_output_name(sequence, shot, take, part = None):
base = video_output_base(sequence, shot)
label = shot_label(shot)
prefix = shot_prefix(shot)
- suffix = video_suffix(shot)
name = prefix
if part and "actions" in part: