OrderedCollectionInspectorView.st
changeset 2283 4b90c1207ea4
parent 2271 0cf238543cb1
child 2717 dc997032a34e
--- a/OrderedCollectionInspectorView.st	Sun Jul 18 16:40:08 1999 +0200
+++ b/OrderedCollectionInspectorView.st	Mon Jul 19 11:39:13 1999 +0200
@@ -130,10 +130,6 @@
 
     |n cls|
 
-    cls := inspectedObject class.
-
-    cls isVariable ifFalse:[^ #() ].
-
     n := inspectedObject size.
     (n > nShown) ifTrue:[
         n := nShown.
@@ -173,5 +169,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.27 1999-07-16 17:25:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.28 1999-07-19 09:39:13 cg Exp $'
 ! !