Form.st
changeset 1964 63ad6bf3676f
parent 1907 61fdff318175
child 2060 effcaa60f42d
--- a/Form.st	Wed Dec 03 14:33:44 1997 +0100
+++ b/Form.st	Thu Dec 04 10:58:01 1997 +0100
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:3.2.10 on 25-sep-1997 at 10:03:52'                   !
-
 GraphicsMedium subclass:#Form
 	instanceVariableNames:'depth localColorMap offset data fileName'
 	classVariableNames:'VeryLightGreyForm LightGreyForm GreyForm DarkGreyForm
@@ -1113,18 +1111,6 @@
 
 !Form methodsFor:'editing'!
 
-edit
-    "open an imageEditor on the receiver"
-
-    ImageEditView openOnImage:self
-
-    "
-     (Form fromFile:'bitmaps/SBrowser.xbm') edit
-    "
-
-    "Modified: 23.4.1996 / 10:16:02 / cg"
-!
-
 show
     "open an imageView on the receiver"
 
@@ -1847,6 +1833,6 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.86 1997-09-25 09:24:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.87 1997-12-04 09:58:01 tz Exp $'
 ! !
 Form initialize!