Depth1Image.st
changeset 3000 f893d6994da3
parent 2990 6b658a7012dd
child 3263 bd92a12c9316
--- a/Depth1Image.st	Wed Oct 27 15:32:05 1999 +0200
+++ b/Depth1Image.st	Wed Oct 27 15:33:08 1999 +0200
@@ -538,11 +538,6 @@
     double _mY = __floatVal(mY);
     double _mX = __floatVal(mX);
 
-    if ((b1 == nil) || (b2 == nil)) {
-	printf("Depth1Image [error]: nil bytes to magnify\n");
-	RETURN (self);
-    }
-
     for (_y2 = 0; _y2 < _h2; _y2++) {
         _y1 = (int)( (double)_y2 / _mY);
 
@@ -749,5 +744,5 @@
 !Depth1Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.42 1999-10-27 12:10:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.43 1999-10-27 13:33:08 stefan Exp $'
 ! !