ActorStream.st
changeset 337 a2266ae17d1b
parent 259 6d36f3ac42a2
child 446 cdc38afc4957
--- a/ActorStream.st	Tue May 14 17:26:37 1996 +0200
+++ b/ActorStream.st	Tue May 14 17:40:40 1996 +0200
@@ -117,29 +117,6 @@
     nextPutBlock := aBlock
 ! !
 
-!ActorStream methodsFor:'ignored style messages'!
-
-bold
-    "ignored here.
-     this allows actorStreams to be used interchangeable with printStreams"
-
-    ^ self
-!
-
-italic 
-    "ignored here.
-     this allows actorStreams to be used interchangeable with printStreams"
-
-    ^ self
-!
-
-normal 
-    "ignored here.
-     this allows actorStreams to be used interchangeable with printStreams"
-
-    ^ self
-! !
-
 !ActorStream methodsFor:'queries'!
 
 atEnd
@@ -151,5 +128,5 @@
 !ActorStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ActorStream.st,v 1.3 1996-04-25 17:01:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ActorStream.st,v 1.4 1996-05-14 15:40:40 cg Exp $'
 ! !