Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-11-04 03:28:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-04 03:28:31 +0300
commitffa7bfdda57fa8a6c8b24604c5f88482a9e4f34f (patch)
tree2a4c9c618a973e3abbd83a6fd095a97720b2ada3 /source/blender/sequencer
parentc861517ca6f425040c22cdde6c9ad58cd00716b7 (diff)
Cleanup: unused argument
Diffstat (limited to 'source/blender/sequencer')
-rw-r--r--source/blender/sequencer/intern/sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/sequencer.c b/source/blender/sequencer/intern/sequencer.c
index 4dd737cdbd2..8082356b8f4 100644
--- a/source/blender/sequencer/intern/sequencer.c
+++ b/source/blender/sequencer/intern/sequencer.c
@@ -2792,7 +2792,7 @@ static ImBuf *input_preprocess(const SeqRenderData *context,
Sequence *seq,
float cfra,
ImBuf *ibuf,
- const bool is_proxy_image)
+ const bool UNUSED(is_proxy_image))
{
Scene *scene = context->scene;
ImBuf *preprocessed_ibuf = NULL;