no need for empty initialize method (already inherited)
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2002 14:05:47 +0200
changeset 1588 34e2502e4891
parent 1587 9acf4f670187
child 1589 2c0a2c71d775
no need for empty initialize method (already inherited)
ValueModel.st
--- a/ValueModel.st	Fri Jul 26 17:25:25 2002 +0200
+++ b/ValueModel.st	Wed Jul 31 14:05:47 2002 +0200
@@ -147,13 +147,6 @@
     ^ BlockValue with:aBlock arguments:(Array with:self)
 ! !
 
-!ValueModel methodsFor:'initialization'!
-
-initialize
-
-    "Modified: 21.2.1997 / 16:29:38 / cg"
-! !
-
 !ValueModel methodsFor:'queries'!
 
 isBuffering
@@ -175,5 +168,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.30 2002-02-26 12:59:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.31 2002-07-31 12:05:47 cg Exp $'
 ! !