boss stuff separated
authorClaus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 16:04:27 +0200
changeset 9645 7b4b195a3806
parent 9644 478cad435737
child 9646 63e87cdba285
boss stuff separated
True.st
--- a/True.st	Wed Aug 23 16:04:25 2006 +0200
+++ b/True.st	Wed Aug 23 16:04:27 2006 +0200
@@ -56,14 +56,6 @@
 "
 ! !
 
-!True methodsFor:'binary storage'!
-
-storeBinaryOn: stream manager: manager
-    "store a binary representation of the receiver on stream;
-     redefined, since true is stored with a special type-code"
-
-    stream nextPut: manager codeForTrue
-! !
 
 !True methodsFor:'conditional evaluation'!
 
@@ -191,5 +183,5 @@
 !True class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/True.st,v 1.22 2006-03-06 08:57:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/True.st,v 1.23 2006-08-23 14:04:27 cg Exp $'
 ! !