Form.st
changeset 4621 5b9110b46cf4
parent 4612 4c7d5914930b
child 4642 9eb7fed99649
--- a/Form.st	Mon Sep 18 21:49:19 2006 +0200
+++ b/Form.st	Mon Sep 18 21:49:29 2006 +0200
@@ -1717,14 +1717,6 @@
     device := drawableId := gcId := nil.
 ! !
 
-!Form methodsFor:'inspecting'!
-
-inspectorClass
-    "redefined to launch an ImageInspector
-     (instead of the default InspectorView)."
-
-    ^ ImageInspectorView
-! !
 
 !Form methodsFor:'printing & storing'!
 
@@ -2182,7 +2174,7 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.135 2006-09-18 09:06:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.136 2006-09-18 19:49:29 cg Exp $'
 ! !
 
 Form initialize!