# HG changeset patch # User tz # Date 901728780 -7200 # Node ID 74a71f2c5ef8d3c7a35260a713e3fc71990f0ae4 # Parent 04887448fab85eb11a648d60a7e31b758036e38f obsolete locals removed diff -r 04887448fab8 -r 74a71f2c5ef8 ImageEditor.st --- a/ImageEditor.st Wed Jul 29 18:09:53 1998 +0200 +++ b/ImageEditor.st Wed Jul 29 18:13:00 1998 +0200 @@ -1625,9 +1625,7 @@ compressColorMap "calculates a new color map for the image, using only used colors" - |depth numColors newColorMap newImage - oldImage newColors realColorMap oldFileName - usedColors useNearest oldToNew oldBits newBits tmpBits| + |depth newColorMap newImage oldImage usedColors oldToNew oldBits newBits tmpBits| oldImage := self image. depth := oldImage depth.