Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-11 03:52:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-11 03:52:07 +0400
commitece766ee7e22358378eead26bb54f27601b02e2b (patch)
treee126d012c598c71a80289e71957ee14cdad81bde /intern/smoke
parentc68ae745b677c02899fda37a1f573ab688a99fac (diff)
code cleanup: unused defines, remove unused scanfill success value from BLI_scanfill_begin().
Diffstat (limited to 'intern/smoke')
-rw-r--r--intern/smoke/intern/spectrum.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/smoke/intern/spectrum.cpp b/intern/smoke/intern/spectrum.cpp
index 30433451ac2..e1c2b4d1e42 100644
--- a/intern/smoke/intern/spectrum.cpp
+++ b/intern/smoke/intern/spectrum.cpp
@@ -52,8 +52,10 @@ struct colourSystem {
/* White point chromaticities. */
+#if 0
#define IlluminantC 0.3101, 0.3162 /* For NTSC television */
#define IlluminantD65 0.3127, 0.3291 /* For EBU and SMPTE */
+#endif
#define IlluminantE 0.33333333, 0.33333333 /* CIE equal-energy illuminant */
/* Gamma of nonlinear correction.