remove unused slot

db4
Doug Coleman 2009-03-14 15:52:04 -05:00
parent 935849b418
commit f8da7967fc
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
USING: accessors alien alien.c-types arrays byte-arrays columns USING: accessors alien alien.c-types arrays byte-arrays columns
combinators fry grouping io io.binary io.encodings.binary io.files combinators fry grouping io io.binary io.encodings.binary io.files
kernel macros math math.bitwise math.functions namespaces sequences kernel macros math math.bitwise math.functions namespaces sequences
strings images endian summary ; strings images endian summary bitstreams ;
IN: images.bitmap IN: images.bitmap
: assert-sequence= ( a b -- ) : assert-sequence= ( a b -- )
@ -19,7 +19,7 @@ TUPLE: bitmap-image < image ;
! Used to construct the final bitmap-image ! Used to construct the final bitmap-image
TUPLE: loading-bitmap TUPLE: loading-bitmap
magic size reserved offset header-length width size reserved offset header-length width
height planes bit-count compression size-image height planes bit-count compression size-image
x-pels y-pels color-used color-important rgb-quads color-index ; x-pels y-pels color-used color-important rgb-quads color-index ;