[Bf-blender-cvs] [7afee455b1c] lanpr-under-gp: LineArt: Fix compiler warnings

Antonio Vazquez noreply at git.blender.org
Mon Jul 27 16:53:28 CEST 2020


Commit: 7afee455b1c2a8a376048367da59c8cb1c50f4b7
Author: Antonio Vazquez
Date:   Mon Jul 27 16:53:23 2020 +0200
Branches: lanpr-under-gp
https://developer.blender.org/rB7afee455b1c2a8a376048367da59c8cb1c50f4b7

LineArt: Fix compiler warnings

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

M	source/blender/editors/lineart/lineart_cpu.c

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

diff --git a/source/blender/editors/lineart/lineart_cpu.c b/source/blender/editors/lineart/lineart_cpu.c
index 9013f6ef663..cb25f04b991 100644
--- a/source/blender/editors/lineart/lineart_cpu.c
+++ b/source/blender/editors/lineart/lineart_cpu.c
@@ -3652,7 +3652,6 @@ void ED_lineart_gpencil_generate_from_chain(Depsgraph *depsgraph,
   static int tempnum = 0;
   tempnum++;
   int color_idx = 0;
-  Scene *scene = DEG_get_evaluated_scene(depsgraph);
 
   Object *orig_ob = NULL;
   if (ob) {



More information about the Bf-blender-cvs mailing list