OrderedCollection.st
changeset 9936 705d733d3d92
parent 9160 6a7afd29e877
child 10799 ac4902f28264
--- a/OrderedCollection.st	Mon Sep 18 21:49:04 2006 +0200
+++ b/OrderedCollection.st	Mon Sep 18 21:49:22 2006 +0200
@@ -1390,20 +1390,6 @@
     ]
 ! !
 
-!OrderedCollection methodsFor:'inspecting'!
-
-inspectorClass
-    "redefined to launch an OrderedCollectionInspector
-     (instead of the default InspectorView)."
-
-    ^ OrderedCollectionInspectorView
-
-    "
-     (OrderedCollection withAll:#(3 2 1)) inspect
-     (OrderedCollection withAll:#(3 2 1)) removeFirst; yourself; inspect
-     #(0 8 15 3 99 2) asSortedCollection inspect
-    "
-! !
 
 !OrderedCollection methodsFor:'private'!
 
@@ -1907,5 +1893,5 @@
 !OrderedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.90 2006-02-20 21:29:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.91 2006-09-18 19:49:22 cg Exp $'
 ! !