[Bf-blender-cvs] [0e7113df218] blender2.8: Silence warning in outliner_id_remap_exec

Dalai Felinto noreply at git.blender.org
Tue Oct 24 20:00:53 CEST 2017


Commit: 0e7113df2187c5503512ae5eeb64a4c085077dab
Author: Dalai Felinto
Date:   Tue Oct 24 16:00:26 2017 -0200
Branches: blender2.8
https://developer.blender.org/rB0e7113df2187c5503512ae5eeb64a4c085077dab

Silence warning in outliner_id_remap_exec

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

M	source/blender/editors/space_outliner/outliner_edit.c

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

diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index 95663092a7d..ed5187151d3 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -463,7 +463,6 @@ void OUTLINER_OT_id_delete(wmOperatorType *ot)
 static int outliner_id_remap_exec(bContext *C, wmOperator *op)
 {
 	Main *bmain = CTX_data_main(C);
-	Scene *scene = CTX_data_scene(C);
 	SpaceOops *soops = CTX_wm_space_outliner(C);
 
 	const short id_type = (short)RNA_enum_get(op->ptr, "id_type");



More information about the Bf-blender-cvs mailing list