#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 11 May 2016 18:58:50 +0200
changeset 3834 9e45e1777ffb
parent 3833 bd6ce7a78e48
child 3835 765144c1a7b5
child 3836 2b6978d20b39
#REFACTORING by cg class: PrinterStream removed: #nextPutLine: useless redefinition with same semantics removed
PrinterStream.st
--- a/PrinterStream.st	Wed May 11 15:14:29 2016 +0200
+++ b/PrinterStream.st	Wed May 11 18:58:50 2016 +0200
@@ -1056,13 +1056,6 @@
     "Modified: 10.4.1996 / 13:08:35 / cg"
 !
 
-nextPutLine:aCollection
-    self nextPutAll:aCollection.
-    self cr
-
-    "Created: 3.1.1997 / 19:43:56 / cg"
-!
-
 nextPutUntranslated:aCharacter
     "send a raw character to the printer - even if not in native mode"