[Bf-blender-cvs] [6222a9bf270] master: Cleanup: unused variable

Campbell Barton noreply at git.blender.org
Mon May 11 07:51:08 CEST 2020


Commit: 6222a9bf27017ae6791af65e38b079941e143991
Author: Campbell Barton
Date:   Mon May 11 15:28:13 2020 +1000
Branches: master
https://developer.blender.org/rB6222a9bf27017ae6791af65e38b079941e143991

Cleanup: unused variable

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

M	source/blender/editors/space_sequencer/sequencer_edit.c

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

diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 82a6523ff4b..edbd52f4d53 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -3495,7 +3495,7 @@ void SEQUENCER_OT_copy(wmOperatorType *ot)
   ot->flag = OPTYPE_REGISTER;
 }
 
-static int sequencer_paste_exec(bContext *C, wmOperator *op)
+static int sequencer_paste_exec(bContext *C, wmOperator *UNUSED(op))
 {
   Main *bmain = CTX_data_main(C);
   Scene *scene = CTX_data_scene(C);



More information about the Bf-blender-cvs mailing list