#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2019 17:33:09 +0200
changeset 6654 18c4d3d8b1ab
parent 6653 3519d5a67834
child 6655 671f677d50d0
#REFACTORING by exept class: TextCollector removed: #exposeX:y:width:height: just sent super
TextCollector.st
--- a/TextCollector.st	Wed Jul 31 17:32:55 2019 +0200
+++ b/TextCollector.st	Wed Jul 31 17:33:09 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -400,15 +398,6 @@
     "Modified: / 27.7.1998 / 16:16:41 / cg"
 ! !
 
-!TextCollector methodsFor:'event handling'!
-
-exposeX:x y:y width:w height:h
-    "flush buffered text when exposed"
-
-    super exposeX:x y:y width:w height:h.
-    "/ self endEntry
-! !
-
 !TextCollector methodsFor:'initialization & release'!
 
 destroy