WindowsIconReader.st
changeset 1233 6587cabeab10
parent 1171 d848c46349ab
child 1385 5c7743c98c75
--- a/WindowsIconReader.st	Sat Sep 11 15:58:44 1999 +0200
+++ b/WindowsIconReader.st	Sat Sep 11 16:18:13 1999 +0200
@@ -824,7 +824,7 @@
     "save image as ICO file on aFileName.
      Only depth 4 images of size 32x32 can be represented in this format."
 
-    |depth bhSize biSize biClrUsed biSizeImage bfOffBits rowBytes imgBytesPerRow data srcIndex row|
+    |depth biSizeImage rowBytes imgBytesPerRow data srcIndex row|
 
     depth := image depth.
     width := image width.
@@ -933,6 +933,6 @@
 !WindowsIconReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.45 1999-05-18 19:17:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.46 1999-09-11 14:18:13 cg Exp $'
 ! !
 WindowsIconReader initialize!