Depth1Image.st
changeset 813 8bc17dba7a02
parent 810 9789d836dbc4
child 853 93598e697248
--- a/Depth1Image.st	Mon Jun 10 17:16:51 1996 +0200
+++ b/Depth1Image.st	Mon Jun 10 19:25:04 1996 +0200
@@ -590,13 +590,6 @@
     ^  width
 !
 
-bitsPerSample
-    "return the number of bits per sample.
-     The return value is an array of bits-per-plane."
-
-    ^ #(1)
-!
-
 bytesPerRow
     "return the number of bytes in one scanline of the image"
 
@@ -609,12 +602,6 @@
     ^ nbytes
 !
 
-samplesPerPixel
-    "return the number of samples per pixel in the image."
-
-    ^ 1
-!
-
 usedColors
     "return a collection of colors used in the receiver.
      For depth1 images, this is very easy"
@@ -640,5 +627,5 @@
 !Depth1Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.24 1996-06-10 13:23:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.25 1996-06-10 17:23:46 cg Exp $'
 ! !