Depth8Image.st
changeset 1604 6da9e803e6a7
parent 1603 8697ffae0880
child 1609 42e9d60aaca9
--- a/Depth8Image.st	Wed Apr 16 16:05:16 1997 +0200
+++ b/Depth8Image.st	Wed Apr 16 16:06:19 1997 +0200
@@ -525,9 +525,6 @@
      form imageBits bestFormat usedDeviceDepth usedDeviceBitsPerPixel 
      n|
 
-    "/ this is a slow fallback method; this ought to be
-    "/ redefined in DepthxImage for more performance.
-
     depth := aDevice depth.
 
     "/ gather r/g/b values for all colors in the map ...
@@ -1658,5 +1655,5 @@
 !Depth8Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.65 1997-04-16 14:05:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.66 1997-04-16 14:06:19 cg Exp $'
 ! !