Form.st
changeset 3811 cfea9bc25737
parent 3700 9b40f1e55270
child 3812 377a6198fcfe
--- a/Form.st	Wed Feb 26 16:54:02 2003 +0100
+++ b/Form.st	Fri Feb 28 18:17:23 2003 +0100
@@ -879,15 +879,6 @@
 
 !
 
-displayOn:aGC at:aPoint
-    "draw in aGC.
-     Smalltalk-80 (2.x) compatibility"
-
-    ^ self displayOn:aGC x:aPoint x y:aPoint y rule:#copy
-
-    "Modified: 12.5.1996 / 20:16:15 / cg"
-!
-
 displayOn:aGC at:aPoint rule:rule
     "draw in aGC.
      Smalltalk-80 (2.x) compatibility"
@@ -2149,6 +2140,7 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.122 2002-08-19 16:24:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.123 2003-02-28 17:17:23 cg Exp $'
 ! !
+
 Form initialize!