[Bf-blender-cvs] [bec9a3f] master: Followup to d03e768: was wrongly (void) non-existing argument

Sergey Sharybin noreply at git.blender.org
Fri Jan 17 14:46:07 CET 2014


Commit: bec9a3fa7c312e57570858165c82543eb619d9a4
Author: Sergey Sharybin
Date:   Fri Jan 17 19:45:13 2014 +0600
https://developer.blender.org/rBbec9a3fa7c312e57570858165c82543eb619d9a4

Followup to d03e768: was wrongly (void) non-existing argument

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

M	source/blender/blenkernel/intern/depsgraph.c

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

diff --git a/source/blender/blenkernel/intern/depsgraph.c b/source/blender/blenkernel/intern/depsgraph.c
index 80deb35..7028798 100644
--- a/source/blender/blenkernel/intern/depsgraph.c
+++ b/source/blender/blenkernel/intern/depsgraph.c
@@ -2516,8 +2516,6 @@ void DAG_ids_clear_recalc(Main *bmain)
 
 		BLI_freelistN(&listbase);
 	}
-#else
-	(void) scene;  /* Unused. */
 #endif
 
 	/* loop over all ID types */




More information about the Bf-blender-cvs mailing list