Text.st
changeset 779 4d154f1617f8
parent 778 76cff2957cd3
child 794 a2e8a5cd0512
--- a/Text.st	Thu Jul 22 15:14:44 1999 +0200
+++ b/Text.st	Thu Jul 22 17:53:12 1999 +0200
@@ -1169,16 +1169,6 @@
 
 !Text methodsFor:'queries'!
 
-bitsPerCharacter
-    "return the underlying strings bitsPerCharacter 
-     (i.e. is it a regular String or a TwoByteString)"
-
-    ^ string bitsPerCharacter
-
-    "Created: 12.5.1996 / 15:44:04 / cg"
-    "Modified: 16.5.1996 / 11:24:54 / cg"
-!
-
 hasChangeOfEmphasis
     "return true, if the receiver contains non-empty emphasis information"
 
@@ -1329,6 +1319,6 @@
 !Text class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.59 1999-07-22 13:14:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.60 1999-07-22 15:53:12 cg Exp $'
 ! !
 Text initialize!