MethodDictionary.st
changeset 9935 21fdcc7a5950
parent 9663 c368aaddb058
child 13513 ba5e2a8c05c4
child 17711 39faaaf888b4
--- a/MethodDictionary.st	Mon Sep 18 21:49:01 2006 +0200
+++ b/MethodDictionary.st	Mon Sep 18 21:49:04 2006 +0200
@@ -270,16 +270,6 @@
     "Modified: / 08-08-2006 / 16:11:30 / cg"
 ! !
 
-!MethodDictionary methodsFor:'inspecting'!
-
-inspectorClass
-    "redefined to use DictionaryInspector
-     (instead of the default Inspector)."
-
-    ^ DictionaryInspectorView
-
-    "Created: 12.6.1996 / 12:29:13 / stefan"
-! !
 
 !MethodDictionary methodsFor:'private'!
 
@@ -387,5 +377,5 @@
 !MethodDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MethodDictionary.st,v 1.26 2006-08-23 14:07:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MethodDictionary.st,v 1.27 2006-09-18 19:49:04 cg Exp $'
 ! !