[Bf-blender-cvs] [37b8153] master: Cleanup: unused var

Campbell Barton noreply at git.blender.org
Fri Jun 12 09:14:38 CEST 2015


Commit: 37b8153afe76cf1c26e2043828f80cbb1a278b4b
Author: Campbell Barton
Date:   Fri Jun 12 17:07:55 2015 +1000
Branches: master
https://developer.blender.org/rB37b8153afe76cf1c26e2043828f80cbb1a278b4b

Cleanup: unused var

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

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

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

diff --git a/source/blender/blenkernel/intern/colortools.c b/source/blender/blenkernel/intern/colortools.c
index 0af809e..a6ba134 100644
--- a/source/blender/blenkernel/intern/colortools.c
+++ b/source/blender/blenkernel/intern/colortools.c
@@ -1036,8 +1036,6 @@ void scopes_update(Scopes *scopes, ImBuf *ibuf, const ColorManagedViewSettings *
 {
 #ifdef _OPENMP
 	const int num_threads = BLI_system_thread_count();
-#else
-	const int num_threads = 1;
 #endif
 	int a, y;
 	unsigned int nl, na, nr, ng, nb;




More information about the Bf-blender-cvs mailing list