#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jul 2019 15:06:25 +0200
changeset 6634 9418a0e373ae
parent 6633 b86193ed635b
child 6635 347cc5cc6b22
#REFACTORING by cg class: InfoBox removed: #windowTitle #windowTitle:
InfoBox.st
--- a/InfoBox.st	Mon Jul 15 20:00:30 2019 +0200
+++ b/InfoBox.st	Tue Jul 16 15:06:25 2019 +0200
@@ -412,20 +412,6 @@
     self title:labelString.
 
     "Modified: / 26-08-2018 / 18:25:47 / Claus Gittinger"
-!
-
-windowTitle
-    ^ super label
-
-    "Created: / 26-08-2018 / 17:03:56 / Claus Gittinger"
-!
-
-windowTitle:windowTitleString
-    "set the boxes window title string"
-
-    super label:windowTitleString.
-
-    "Created: / 26-08-2018 / 17:01:23 / Claus Gittinger"
 ! !
 
 !InfoBox methodsFor:'initialization'!