oops - dont limit myself on Display
authorClaus Gittinger <cg@exept.de>
Wed, 15 Jan 1997 14:55:45 +0100
changeset 1218 2d7c79e5965f
parent 1217 451410b9551b
child 1219 e1e8d23f16e2
oops - dont limit myself on Display
Depth24Image.st
--- a/Depth24Image.st	Wed Jan 15 14:33:38 1997 +0100
+++ b/Depth24Image.st	Wed Jan 15 14:55:45 1997 +0100
@@ -245,8 +245,6 @@
      deviceDepth has8BitImage 
      fixIds failed|
 
-    aDevice ~~ Display ifTrue:[^ nil].
-
     fixR := nRed.
     fixR == 0 ifTrue:[ ^ nil].
     fixG := nGreen.
@@ -367,7 +365,9 @@
         ^ nil
 
 "/ for non-C programmers:
-"/   the above code is (roughly) equivalent to:
+"/     the above code is (roughly) equivalent to:
+"/     (but it is just as ugly looking as the above ;-)
+"/
 "/    srcIndex := 1.
 "/    dstIndex := 1.
 "/    1 to:h do:[:y |
@@ -1711,5 +1711,5 @@
 !Depth24Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.39 1997-01-10 18:04:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.40 1997-01-15 13:55:45 cg Exp $'
 ! !