#inspectorClass is mow an extension of libtool
authorClaus Gittinger <cg@exept.de>
Mon, 18 Sep 2006 21:49:32 +0200
changeset 4622 337361dc9de3
parent 4621 5b9110b46cf4
child 4623 81241ac5d815
#inspectorClass is mow an extension of libtool
Color.st
--- a/Color.st	Mon Sep 18 21:49:29 2006 +0200
+++ b/Color.st	Mon Sep 18 21:49:32 2006 +0200
@@ -4829,16 +4829,6 @@
     "Modified: / 8.9.1998 / 17:32:10 / cg"
 ! !
 
-!Color methodsFor:'inspecting'!
-
-inspectorClass
-    "return the class of an appropriate inspector.
-     ST/X has a specialized ColorInspectorView for that"
-
-    ^ ColorInspectorView
-
-    "Modified: 23.4.1996 / 13:39:50 / cg"
-! !
 
 !Color methodsFor:'instance creation'!
 
@@ -5360,7 +5350,7 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.200 2006-08-23 14:05:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.201 2006-09-18 19:49:32 cg Exp $'
 ! !
 
 Color initialize!