removed: #derivedFields
authorClaus Gittinger <cg@exept.de>
Wed, 06 Jun 2012 12:17:29 +0200
changeset 11566 4ca8ad57f657
parent 11565 7ad4468defb7
child 11567 16a9b2af54f3
removed: #derivedFields
OrderedCollectionInspectorView.st
--- a/OrderedCollectionInspectorView.st	Wed Jun 06 12:02:32 2012 +0200
+++ b/OrderedCollectionInspectorView.st	Wed Jun 06 12:17:29 2012 +0200
@@ -136,19 +136,6 @@
     "Modified: 28.6.1996 / 16:06:24 / cg"
 !
 
-derivedFields
-    "provide any derived (computed, virtual) fields"
-
-    ^ Dictionary new
-        declareAllNewFrom:(super derivedFields ? #());
-        add:('-size' -> [ object size ]);
-        yourself
-
-    "Created: / 22-08-2006 / 11:55:29 / cg"
-    "Modified: / 09-10-2006 / 12:27:32 / cg"
-    "Modified (comment): / 09-03-2012 / 09:54:17 / cg"
-!
-
 indexList 
     "return a list of indexes to show in the selectionList.
      Set hasMore to true, if a '...' entry should be added."
@@ -192,9 +179,9 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.44 2012-03-09 09:03:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.45 2012-06-06 10:17:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.44 2012-03-09 09:03:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.45 2012-06-06 10:17:29 cg Exp $'
 ! !