#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2019 17:39:20 +0200
changeset 18954 f3e087c4e7aa
parent 18953 1b0540f687a9
child 18955 04da075fff78
#OTHER by exept just sent super
SetInspectorView.st
--- a/SetInspectorView.st	Wed Jul 31 17:12:29 2019 +0200
+++ b/SetInspectorView.st	Wed Jul 31 17:39:20 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1996 by Claus Gittinger / eXept Software AG
               All Rights Reserved
@@ -99,22 +97,6 @@
     "Modified: 28.6.1996 / 16:05:42 / cg"
 !
 
-derivedFields
-    "derived fields are additional pseudo fields, which are usually not instvars.
-     These consist of valueHolderItems, actions and extraFields."
-     
-    ^ super derivedFields
-"/
-"/ size is already there
-"/    ^ Dictionary new
-"/        declareAllNewFrom:(super derivedFields ? #());
-"/        add:('-size' -> [ object size ]);
-"/        yourself
-
-    "Modified: / 09-10-2006 / 12:27:21 / cg"
-    "Modified (comment): / 07-06-2019 / 12:27:29 / Claus Gittinger"
-!
-
 indexList 
     "return a list of indexes to show in the selectionList.
      Set hasMore to true, if a '...' entry should be added."