WriteStream.st
changeset 1398 6c594289c589
parent 1295 83f594f05c52
child 1405 f4ab59f3888a
--- a/WriteStream.st	Tue May 14 17:04:53 1996 +0200
+++ b/WriteStream.st	Tue May 14 17:40:22 1996 +0200
@@ -82,28 +82,6 @@
     super reset
 ! !
 
-!WriteStream methodsFor:'ignored'!
-
-bold
-    "change font to bold - ignored here.
-     - this allows WriteStreams to be compatible to PrinterStreams"
-!
-
-boldItalic
-    "change font to italic - ignored here.
-     - this allows WriteStreams to be compatible to PrinterStreams"
-!
-
-italic
-    "change font to italic - ignored here.
-     - this allows WriteStreams to be compatible to PrinterStreams"
-!
-
-normal
-    "change font to normal - ignored here.
-     - this allows WriteStreams to be compatible to PrinterStreams"
-! !
-
 !WriteStream methodsFor:'positioning'!
 
 position:index
@@ -314,5 +292,5 @@
 !WriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.26 1996-04-25 17:00:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.27 1996-05-14 15:40:22 cg Exp $'
 ! !