Rectangle.st
changeset 829 fc386319f41c
parent 637 f71df465819c
child 835 8bd6f4aa8130
--- a/Rectangle.st	Thu Jan 04 00:39:17 1996 +0100
+++ b/Rectangle.st	Thu Jan 04 02:24:09 1996 +0100
@@ -129,7 +129,6 @@
 
 %{  /* NOCONTEXT */
     REGISTER OBJ newRect;
-    extern OBJ Point;
     OBJ t;
     int spc;
 
@@ -1146,5 +1145,5 @@
 !Rectangle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.28 1995-11-23 17:42:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.29 1996-01-04 01:23:33 cg Exp $'
 ! !