#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2019 17:32:55 +0200
changeset 6653 3519d5a67834
parent 6652 2cb1a506f57d
child 6654 18c4d3d8b1ab
#REFACTORING by exept class: ListView removed: #flash just sent super
ListView.st
--- a/ListView.st	Tue Jul 30 09:47:58 2019 +0200
+++ b/ListView.st	Wed Jul 31 17:32:55 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -3899,21 +3897,6 @@
 
 !ListView methodsFor:'redrawing'!
 
-flash
-    "show contents in reverse colors for a moment - to wakeup the user :-)"
-
-    super flash.
-"/    self redrawInverted.
-"/    Delay waitForSeconds:0.1.
-"/    self redraw
-
-    "
-     Transcript flash
-     Transcript redrawInverted
-     Transcript redraw
-    "
-!
-
 redraw
     "redraw complete view"