NameSpace.st
changeset 9934 0b61b2933bd4
parent 9814 1f92f9974325
child 10170 a0f93c718081
--- a/NameSpace.st	Mon Sep 18 21:48:58 2006 +0200
+++ b/NameSpace.st	Mon Sep 18 21:49:01 2006 +0200
@@ -466,18 +466,6 @@
     ]
 ! !
 
-!NameSpace class methodsFor:'inspecting'!
-
-inspectorClass
-    "{ Pragma: +optSpace }"
-
-    "redefined to launch a DictionaryInspector
-     (instead of the default Inspector)."
-
-    ^ DictionaryInspectorView
-
-
-! !
 
 !NameSpace class methodsFor:'printing & storing'!
 
@@ -583,5 +571,5 @@
 !NameSpace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.61 2006-08-30 13:32:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.62 2006-09-18 19:49:01 cg Exp $'
 ! !