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:
authorRichard Antalik <richardantalik@gmail.com>2021-03-02 16:21:10 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-03-02 16:21:30 +0300
commitfece538e3df15bba10b933bebd96e4d7d8e6d541 (patch)
tree292046cf4a264a906fc08a53d3072161d9982192 /source/blender/makesrna
parent8d6a79ffc28081061461b44d6864f62c2b08b3d0 (diff)
Cleanup: remove unused arguments
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer_api.c b/source/blender/makesrna/intern/rna_sequencer_api.c
index 77484488822..00d8c43a111 100644
--- a/source/blender/makesrna/intern/rna_sequencer_api.c
+++ b/source/blender/makesrna/intern/rna_sequencer_api.c
@@ -202,7 +202,7 @@ static Sequence *rna_Sequences_meta_new_scene(ID *id,
static Sequence *rna_Sequences_new_image(ID *id,
ListBase *seqbase,
Main *bmain,
- ReportList *reports,
+ ReportList *UNUSED(reports),
const char *name,
const char *file,
int channel,