#inspectorClass is mow an extension of libtool
authorClaus Gittinger <cg@exept.de>
Mon, 18 Sep 2006 21:49:01 +0200
changeset 9934 0b61b2933bd4
parent 9933 ee8219acfd32
child 9935 21fdcc7a5950
#inspectorClass is mow an extension of libtool
NameSpace.st
--- 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 $'
 ! !