Curve.st
changeset 446 cdc38afc4957
parent 374 a77f804c605e
child 1303 6ca5f36cdc63
--- a/Curve.st	Fri Sep 13 11:45:23 1996 +0200
+++ b/Curve.st	Fri Sep 20 09:34:11 1996 +0200
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-
-
 Geometric subclass:#Curve
 	instanceVariableNames:'startPoint middlePoint endPoint'
 	classVariableNames:''
@@ -33,8 +31,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 !
 
 documentation
@@ -252,5 +248,5 @@
 !Curve class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Curve.st,v 1.5 1996-06-01 09:30:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Curve.st,v 1.6 1996-09-20 07:34:08 cg Exp $'
 ! !