[Bf-blender-cvs] [ffa7bfdda57] master: Cleanup: unused argument

Campbell Barton noreply at git.blender.org
Wed Nov 4 01:28:49 CET 2020


Commit: ffa7bfdda57fa8a6c8b24604c5f88482a9e4f34f
Author: Campbell Barton
Date:   Wed Nov 4 11:28:31 2020 +1100
Branches: master
https://developer.blender.org/rBffa7bfdda57fa8a6c8b24604c5f88482a9e4f34f

Cleanup: unused argument

===================================================================

M	source/blender/sequencer/intern/sequencer.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list