Colormap.st
changeset 7594 dc9299c9f34b
parent 7241 b4a8e2e069d7
child 7804 cd3d1b9c0aa0
--- a/Colormap.st	Tue Oct 04 10:42:26 2016 +0200
+++ b/Colormap.st	Wed Oct 05 17:29:04 2016 +0200
@@ -321,7 +321,7 @@
     blueVector := ByteArray new:sz.
 
     1 to:sz do:[:i |
-        |clr r g b|
+        |clr|
 
         clr := aCollectionOfColors at:i.
         clr notNil ifTrue:[