diff layer/ColourMapper.cpp @ 248:28c8e8e3c537

* Fix many compile warnings, remove some debug output
author Chris Cannam
date Mon, 30 Apr 2007 13:36:23 +0000
parents 1ab31723825d
children b9380f679f70
line wrap: on
line diff
--- a/layer/ColourMapper.cpp	Mon Apr 30 09:07:08 2007 +0000
+++ b/layer/ColourMapper.cpp	Mon Apr 30 13:36:23 2007 +0000
@@ -74,7 +74,8 @@
     float h = 0.f, s = 0.f, v = 0.f, r = 0.f, g = 0.f, b = 0.f;
     bool hsv = true;
 
-    float red = 0.f, green = 0.3333f, blue = 0.6666f, pieslice = 0.3333f;
+//    float red = 0.f, green = 0.3333f;
+    float blue = 0.6666f, pieslice = 0.3333f;
 
     if (m_map >= getColourMapCount()) return Qt::black;
     StandardMap map = (StandardMap)m_map;