Cleanup: unused argument

This commit is contained in:
Campbell Barton 2020-11-04 11:28:31 +11:00
parent c861517ca6
commit ffa7bfdda5
1 changed files with 1 additions and 1 deletions

View File

@ -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;