Context.st
changeset 4932 f47017a06866
parent 4674 7d0587e2d6a1
child 5422 bf75e784e34f
--- a/Context.st	Thu Oct 21 22:58:32 1999 +0200
+++ b/Context.st	Fri Oct 22 20:25:14 1999 +0200
@@ -1413,12 +1413,6 @@
 
 !
 
-printString
-    "return a string describing the context" 
-
-    ^ self receiverPrintString , ' ' , self selector printString
-!
-
 receiverPrintString
     "return a string describing the receiver of the context" 
 
@@ -1920,6 +1914,6 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.101 1999-09-03 12:49:21 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.102 1999-10-22 18:25:14 cg Exp $'
 ! !
 Context initialize!