ValueModel.st
changeset 70 2ab6538e2643
parent 69 225a9efd50f5
child 71 5b34cd877517
--- a/ValueModel.st	Tue May 09 02:23:22 1995 +0200
+++ b/ValueModel.st	Tue May 09 03:53:35 1995 +0200
@@ -9,8 +9,6 @@
 
 !ValueModel class methodsFor:'documentation'!
 
-Model class methodsFor:'documentation'!
-
 copyright
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
@@ -27,7 +25,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.4 1995-05-09 00:22:56 claus Exp $
+$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.5 1995-05-09 01:53:35 claus Exp $
 "
 !