class: WriteStream
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2015 21:07:41 +0100
changeset 17550 29c9aa234edb
parent 17549 262419436820
child 17551 c171788215da
class: WriteStream removed: #display:
WriteStream.st
--- a/WriteStream.st	Tue Feb 24 21:07:31 2015 +0100
+++ b/WriteStream.st	Tue Feb 24 21:07:41 2015 +0100
@@ -99,13 +99,6 @@
 
 !WriteStream methodsFor:'Compatibility-Dolphin'!
 
-display:someObject
-    "dolphin compatibility"
-
-    "/ someObject printOn:self.
-    self nextPutAll: someObject asString.
-!
-
 nextPutAll:n from:aCollection startingAt:pos1
     "append some elements of the argument, aCollection to the stream."
 
@@ -657,10 +650,10 @@
 !WriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.90 2015-02-03 09:19:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.91 2015-02-24 20:07:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.90 2015-02-03 09:19:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.91 2015-02-24 20:07:41 cg Exp $'
 ! !