String.st
changeset 24498 0faa7c05e6bb
parent 24493 589d9404da3d
child 24534 c913aa54c84a
--- a/String.st	Wed Jul 31 17:19:58 2019 +0200
+++ b/String.st	Wed Jul 31 17:46:31 2019 +0200
@@ -4450,17 +4450,6 @@
 %}.
 !
 
-displayString
-    "return a string used when displaying the receiver in a view."
-
-    ^ super displayString.
-"/    ^ self storeString.
-
-    "
-     'hello' -> 'hello'
-    "
-!
-
 errorPrint
     "print the receiver on standard error, if the global Stderr is nil;
      otherwise, fall back to the inherited errorPrint, which sends the string to