checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 22 Oct 1999 20:25:14 +0200
changeset 4932 f47017a06866
parent 4931 a4d3edca05bc
child 4933 bfa38904104e
checkin from browser
Context.st
--- 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!