From a166ea43c21ab16ef0d0048b0b431e093a5545f5 Mon Sep 17 00:00:00 2001 From: Edgar Velazquez-Armendariz Date: Sun, 16 Feb 2014 00:42:20 -0500 Subject: [PATCH] Fixed compilation in spectral mode after change introduced in 47778f912557 --- src/libcore/spectrum.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcore/spectrum.cpp b/src/libcore/spectrum.cpp index 6e0847c4..f4466f32 100644 --- a/src/libcore/spectrum.cpp +++ b/src/libcore/spectrum.cpp @@ -69,7 +69,6 @@ static InterpolatedSpectrum CIE_D65_interp(CIE_wavelengths, CIE_D65_entries, CIE Spectrum Spectrum::CIE_X; Spectrum Spectrum::CIE_Y; Spectrum Spectrum::CIE_Z; -Spectrum Spectrum::CIE_D65; Float Spectrum::CIE_normalization; /// @}